Html Css Color HEX #A01C81 Dark Purple

📋 copy color: '#A01C81'

red 160 ◦ green 28 ◦ blue 129

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

Shades of Dark Purple #A01C81

Tints of Dark Purple #A01C81

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

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

R = 50.47%
G = 8.83%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A01C81 (or 0xA01C81) is known color: Dark Purple. HEX triplet: A0, 1C and 81. RGB value is (160,28,129). Sum of RGB (Red+Green+Blue) = 160+28+129=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01C81 is #5FE37E. Grayscale: #4E4E4E. Windows color (decimal): -6284159 or 8461472. OLE color: 8461472.

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

Color convert

RGB 160 28 129 -
CMYK 0 0.82 0.19 0.37
HSL 314.09º 0.7% 0.37% -
HSV(B) 314.09º 0.83% 0.63% -
XYZ 18.87 9.89 21.68 -
YUV 78.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 160 28 129 0 0.82 0.19 0.37 314.09 0.7 0.37
Hex A0 1C 81 0 52 13 25 13A 46 25
Octal 240 34 201 0 122 23 45 472 106 45
Binary 10100000 11100 10000001 0 1010010 10011 100101 100111010 1000110 100101

Color Harmonies of #A01C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C81

Black with #A01C81

Text Example


Text Example

White with #A01C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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