Html Css Color HEX #A02487 Dark Purple

📋 copy color: '#A02487'

red 160 ◦ green 36 ◦ blue 135

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

Shades of Dark Purple #A02487

Tints of Dark Purple #A02487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

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

R = 48.34%
G = 10.88%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A02487 (or 0xA02487) is known color: Dark Purple. HEX triplet: A0, 24 and 87. RGB value is (160,36,135). Sum of RGB (Red+Green+Blue) = 160+36+135=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A02487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02487 is #5FDB78. Grayscale: #545454. Windows color (decimal): -6282105 or 8856736. OLE color: 8856736.

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

Color convert

RGB 160 36 135 -
CMYK 0 0.78 0.16 0.37
HSL 312.1º 0.63% 0.38% -
HSV(B) 312.1º 0.78% 0.63% -
XYZ 19.5 10.48 23.92 -
YUV 84.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 160 36 135 0 0.78 0.16 0.37 312.1 0.63 0.38
Hex A0 24 87 0 4E 10 25 138 3F 26
Octal 240 44 207 0 116 20 45 470 77 46
Binary 10100000 100100 10000111 0 1001110 10000 100101 100111000 111111 100110

Color Harmonies of #A02487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02487

Black with #A02487

Text Example


Text Example

White with #A02487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02487; }

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

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

background-color css

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

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

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

border-color css

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

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

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