Html Css Color HEX #A02086 Dark Purple

📋 copy color: '#A02086'

red 160 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #A02086

Tints of Dark Purple #A02086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 49.08%
G = 9.82%
B = 41.1%

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

#A02086 (or 0xA02086) is known color: Dark Purple. HEX triplet: A0, 20 and 86. RGB value is (160,32,134). Sum of RGB (Red+Green+Blue) = 160+32+134=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02086 is #5FDF79. Grayscale: #515151. Windows color (decimal): -6283130 or 8790176. OLE color: 8790176.

HSL color Cylindrical-coordinate representation of color #A02086: hue angle of 312.19º 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 #A02086 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 134 -
CMYK 0 0.80 0.16 0.37
HSL 312.19º 0.67% 0.38% -
HSV(B) 312.19º 0.8% 0.63% -
XYZ 19.32 10.23 23.51 -
YUV 81.9 157.41 183.71 -
System Red Green Blue C M Y K H S L
Decimal 160 32 134 0 0.80 0.16 0.37 312.19 0.67 0.38
Hex A0 20 86 0 50 10 25 138 43 26
Octal 240 40 206 0 120 20 45 470 103 46
Binary 10100000 100000 10000110 0 1010000 10000 100101 100111000 1000011 100110

Color Harmonies of #A02086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02086

Black with #A02086

Text Example


Text Example

White with #A02086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02086; }

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

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

background-color css

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

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

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

border-color css

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

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

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