Html Css Color HEX #A01889 Dark Purple

📋 copy color: '#A01889'

red 160 ◦ green 24 ◦ blue 137

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

Shades of Dark Purple #A01889

Tints of Dark Purple #A01889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.48%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 49.84%
G = 7.48%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A01889 (or 0xA01889) is known color: Dark Purple. HEX triplet: A0, 18 and 89. RGB value is (160,24,137). Sum of RGB (Red+Green+Blue) = 160+24+137=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A01889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01889 is #5FE776. Grayscale: #4D4D4D. Windows color (decimal): -6285175 or 8984736. OLE color: 8984736.

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

Color convert

RGB 160 24 137 -
CMYK 0 0.85 0.14 0.37
HSL 310.15º 0.74% 0.36% -
HSV(B) 310.15º 0.85% 0.63% -
XYZ 19.34 9.93 24.56 -
YUV 77.55 161.56 186.81 -
System Red Green Blue C M Y K H S L
Decimal 160 24 137 0 0.85 0.14 0.37 310.15 0.74 0.36
Hex A0 18 89 0 55 E 25 136 4A 24
Octal 240 30 211 0 125 16 45 466 112 44
Binary 10100000 11000 10001001 0 1010101 1110 100101 100110110 1001010 100100

Color Harmonies of #A01889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01889

Black with #A01889

Text Example


Text Example

White with #A01889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01889; }

 p { color: rgb(160,24,137); }

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

background-color css

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

 a { background-color: rgb(160,24,137); }

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

border-color css

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

 span { border-color: rgb(160,24,137); }

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