Html Css Color HEX #A02087 Dark Purple

📋 copy color: '#A02087'

red 160 ◦ green 32 ◦ blue 135

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

Shades of Dark Purple #A02087

Tints of Dark Purple #A02087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.79%

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

R = 48.93%
G = 9.79%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A02087 (or 0xA02087) is known color: Dark Purple. HEX triplet: A0, 20 and 87. RGB value is (160,32,135). Sum of RGB (Red+Green+Blue) = 160+32+135=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A02087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02087 is #5FDF78. Grayscale: #515151. Windows color (decimal): -6283129 or 8855712. OLE color: 8855712.

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

Color convert

RGB 160 32 135 -
CMYK 0 0.80 0.16 0.37
HSL 311.72º 0.67% 0.38% -
HSV(B) 311.72º 0.8% 0.63% -
XYZ 19.39 10.26 23.88 -
YUV 82.01 157.91 183.62 -
System Red Green Blue C M Y K H S L
Decimal 160 32 135 0 0.80 0.16 0.37 311.72 0.67 0.38
Hex A0 20 87 0 50 10 25 138 43 26
Octal 240 40 207 0 120 20 45 470 103 46
Binary 10100000 100000 10000111 0 1010000 10000 100101 100111000 1000011 100110

Color Harmonies of #A02087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02087

Black with #A02087

Text Example


Text Example

White with #A02087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02087; }

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

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

background-color css

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

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

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

border-color css

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

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

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