COLOR #A024BE

HEX: #A024BE
RGB: (160,36,190)

Color info

#A024BE contains mainly red and blue colors. Web safe color of #A024BE is #9933CC (or #93C).

RGB color model

#A024BE color RGB value is (160,36,190).

  • red value is 160;
  • green value is 36;
  • blue value is 190.
RGB:
(160,36,190)
(63%,14%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 36 of 255 = 14%
B 190 of 255 = 75%

160
36
190

R + G + B ~ 51%. #A024BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 36 + 190 = 386 (100%)
R 160 of 386 ~ 41.45%
G 36 of 386 ~ 9.33%
B 190 of 386 ~ 49.22%

%41.45
%49.22

CMYK color model

#A024BE color CMYK value is (16,81,0,25).

  • cyan value is 15.79%
  • magenta value is 81.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(16,81,0,25)
C16M81Y0K25 
(16%,81%,0%,25%)
(0.16/0.81/0.00/0.25)	

CMYK percentages

%15.79
%81.05
%0
%25.49

Codes

Color #A024BE in popluar color models

A024BE
RGB16036190
HSL288°68.14%44.31%
HSB/HSV288°81.05%74.51%
CMYK15.79%81.05%0.00%
25.49%

Color #A024BE in popluar number systems.

HEXA024BE
Decimal16036190
Binary1010000010010010111110
Octal24044276

Shades and tints

Shades of #A024BE

#A024BE
(160,36,190)
#9221AD
(146,33,173)
#841E9C
(132,30,156)
#761B8B
(118,27,139)
#68187A
(104,24,122)
#5A1569
(90,21,105)
#4C1258
(76,18,88)
#3E0F47
(62,15,71)
#300C36
(48,12,54)
#220925
(34,9,37)
#140614
(20,6,20)
#000000
(0,0,0)

Tints of #A024BE

#A024BE
(160,36,190)
#A837C3
(168,55,195)
#B04AC8
(176,74,200)
#B85DCD
(184,93,205)
#C070D2
(192,112,210)
#C883D7
(200,131,215)
#D096DC
(208,150,220)
#D8A9E1
(216,169,225)
#E0BCE6
(224,188,230)
#E8CFEB
(232,207,235)
#F0E2F0
(240,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A024BE color. Also use rgb(160,36,190) instead hex code.

Text Font Color

.myTextColor { color: #A024BE; }

<p style="color:#A024BE">This sample text font color is #A024BE.</p>

This text font color is #A024BE.


Background Color

.myBgColor { background-color: #A024BE; }

<div style="background-color:#A024BE">Inner text</div>

This div background color is #A024BE.


Border color

.myBorderColor { border: 1px solid #A024BE; }

<div style="border:3px solid #A024BE">Div</div>

This div border color is #A024BE.


Opacity

.myOpacity80 { color: #A024BE; opacity: 0.8; }

<p style="color:#A024BE;opacity:0.8;">80%</p>

Text with #A024BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A024BE;}

<p style="text-shadow: 3px 3px 1px #A024BE">Text here.</p>

This text has shadow with #A024BE color.

.textShadow {text-shadow: 3px 3px 1px #A024BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A024BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #A024BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A024BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A024BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #A024BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A024BE;
  -webkit-box-shadow:	1px 1px 3px 2px #A024BE;
  box-shadow:		1px 1px 3px 2px #A024BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A024BE;
-webkit-box-shadow: 1px 1px 3px 2px #A024BE;
box-shadow:1px 1px 3px 2px #A024BE;">
Div content here</div>
This div box has shadow with color #A024BE.

Preview

Color preview on black background

This text has color #A024BE on black background.


Color preview on white background

This text has color #A024BE on white background.



Black color preview on #A024BE background

This text has black color on #A024BE background.


White color preview on #A024BE background

This text has white color on #A024BE background.