Html Css Color HEX #A01981 Dark Purple

📋 copy color: '#A01981'

red 160 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #A01981

Tints of Dark Purple #A01981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.96%

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

R = 50.96%
G = 7.96%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A01981 (or 0xA01981) is known color: Dark Purple. HEX triplet: A0, 19 and 81. RGB value is (160,25,129). Sum of RGB (Red+Green+Blue) = 160+25+129=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A01981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01981 is #5FE67E. Grayscale: #4C4C4C. Windows color (decimal): -6284927 or 8460704. OLE color: 8460704.

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

Color convert

RGB 160 25 129 -
CMYK 0 0.84 0.19 0.37
HSL 313.78º 0.73% 0.36% -
HSV(B) 313.78º 0.84% 0.63% -
XYZ 18.81 9.75 21.66 -
YUV 77.22 157.23 187.04 -
System Red Green Blue C M Y K H S L
Decimal 160 25 129 0 0.84 0.19 0.37 313.78 0.73 0.36
Hex A0 19 81 0 54 13 25 13A 49 24
Octal 240 31 201 0 124 23 45 472 111 44
Binary 10100000 11001 10000001 0 1010100 10011 100101 100111010 1001001 100100

Color Harmonies of #A01981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01981

Black with #A01981

Text Example


Text Example

White with #A01981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01981; }

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

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

background-color css

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

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

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

border-color css

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

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

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