Html Css Color HEX #A01487 Dark Purple

📋 copy color: '#A01487'

red 160 ◦ green 20 ◦ blue 135

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

Shades of Dark Purple #A01487

Tints of Dark Purple #A01487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 135 (53.13% from 255) = 42.86%

R = 50.79%
G = 6.35%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A01487 (or 0xA01487) is known color: Dark Purple. HEX triplet: A0, 14 and 87. RGB value is (160,20,135). Sum of RGB (Red+Green+Blue) = 160+20+135=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A01487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01487 is #5FEB78. Grayscale: #4A4A4A. Windows color (decimal): -6286201 or 8852640. OLE color: 8852640.

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

Color convert

RGB 160 20 135 -
CMYK 0 0.88 0.16 0.37
HSL 310.71º 0.78% 0.35% -
HSV(B) 310.71º 0.88% 0.63% -
XYZ 19.12 9.72 23.79 -
YUV 74.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 160 20 135 0 0.88 0.16 0.37 310.71 0.78 0.35
Hex A0 14 87 0 58 10 25 137 4E 23
Octal 240 24 207 0 130 20 45 467 116 43
Binary 10100000 10100 10000111 0 1011000 10000 100101 100110111 1001110 100011

Color Harmonies of #A01487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01487

Black with #A01487

Text Example


Text Example

White with #A01487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01487; }

 p { color: rgb(160,20,135); }

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

background-color css

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

 a { background-color: rgb(160,20,135); }

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

border-color css

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

 span { border-color: rgb(160,20,135); }

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