Html Css Color HEX #A01181 Dark Purple

📋 copy color: '#A01181'

red 160 ◦ green 17 ◦ blue 129

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

Shades of Dark Purple #A01181

Tints of Dark Purple #A01181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

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

R = 52.29%
G = 5.56%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A01181 (or 0xA01181) is known color: Dark Purple. HEX triplet: A0, 11 and 81. RGB value is (160,17,129). Sum of RGB (Red+Green+Blue) = 160+17+129=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A01181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01181 is #5FEE7E. Grayscale: #484848. Windows color (decimal): -6286975 or 8458656. OLE color: 8458656.

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

Color convert

RGB 160 17 129 -
CMYK 0 0.89 0.19 0.37
HSL 313.01º 0.81% 0.35% -
HSV(B) 313.01º 0.89% 0.63% -
XYZ 18.66 9.46 21.61 -
YUV 72.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 160 17 129 0 0.89 0.19 0.37 313.01 0.81 0.35
Hex A0 11 81 0 59 13 25 139 51 23
Octal 240 21 201 0 131 23 45 471 121 43
Binary 10100000 10001 10000001 0 1011001 10011 100101 100111001 1010001 100011

Color Harmonies of #A01181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01181

Black with #A01181

Text Example


Text Example

White with #A01181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01181; }

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

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

background-color css

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

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

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

border-color css

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

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

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