Html Css Color HEX #A01E81 Dark Purple

📋 copy color: '#A01E81'

red 160 ◦ green 30 ◦ blue 129

#A01E81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A01E81

Tints of Dark Purple #A01E81

RGB

 RED value IS 160 (62.89% from 255) = 50.16%

 GREEN value IS 30 (12.11% from 255) = 9.4%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 50.16%
G = 9.4%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A01E81 (or 0xA01E81) is known color: Dark Purple. HEX triplet: A0, 1E and 81. RGB value is (160,30,129). Sum of RGB (Red+Green+Blue) = 160+30+129=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01E81 is #5FE17E. Grayscale: #4F4F4F. Windows color (decimal): -6283647 or 8461984. OLE color: 8461984.

HSL color Cylindrical-coordinate representation of color #A01E81: hue angle of 314.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E81 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 30 129 -
CMYK 0 0.81 0.19 0.37
HSL 314.31º 0.68% 0.37% -
HSV(B) 314.31º 0.81% 0.63% -
XYZ 18.92 9.99 21.7 -
YUV 80.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 160 30 129 0 0.81 0.19 0.37 314.31 0.68 0.37
Hex A0 1E 81 0 51 13 25 13A 44 25
Octal 240 36 201 0 121 23 45 472 104 45
Binary 10100000 11110 10000001 0 1010001 10011 100101 100111010 1000100 100101

Color Harmonies of #A01E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E81

Black with #A01E81

Text Example


Text Example

White with #A01E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E81; }

 p { color: rgb(160,30,129); }

 H1.HeaderClassName
 {
   color: #A01E81;
 }
 .AnyTagClassName
 {
   color: #A01E81;
 }
</style>

background-color css

<style>
 a { background-color: #A01E81; }

 a { background-color: rgb(160,30,129); }

 div.DivClassName
 {
   background-color: #A01E81;
 }
 .BgClassName
 {
   background-color: #A01E81;
 }
</style>

border-color css

<style>
 span { border-color: #A01E81; }

 span { border-color: rgb(160,30,129); }

 td.TdClassName
 {
   border-color: #A01E81;
 }
 .TagClassName
 {
   border-color: #A01E81;
 }
</style>