Html Css Color HEX #A20566 Eggplant

📋 copy color: '#A20566'

red 162 ◦ green 5 ◦ blue 102

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

Shades of Eggplant #A20566

Tints of Eggplant #A20566

RGB

 RED value IS 162 (63.67% from 255) = 60.22%

 GREEN value IS 5 (2.34% from 255) = 1.86%

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 60.22%
G = 1.86%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A20566 (or 0xA20566) is known color: Eggplant. HEX triplet: A2, 05 and 66. RGB value is (162,5,102). Sum of RGB (Red+Green+Blue) = 162+5+102=269 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.22% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 162 - color contains mainly: red. Hex color #A20566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20566 is #5DFA99. Grayscale: #3E3E3E. Windows color (decimal): -6159002 or 6686114. OLE color: 6686114.

HSL color Cylindrical-coordinate representation of color #A20566: hue angle of 322.93º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A20566 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 5 102 -
CMYK 0 0.97 0.37 0.36
HSL 322.93º 0.94% 0.33% -
HSV(B) 322.93º 0.97% 0.64% -
XYZ 17.35 8.75 13.34 -
YUV 63 150.01 198.61 -
System Red Green Blue C M Y K H S L
Decimal 162 5 102 0 0.97 0.37 0.36 322.93 0.94 0.33
Hex A2 5 66 0 61 25 24 143 5E 21
Octal 242 5 146 0 141 45 44 503 136 41
Binary 10100010 101 1100110 0 1100001 100101 100100 101000011 1011110 100001

Color Harmonies of #A20566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20566

Black with #A20566

Text Example


Text Example

White with #A20566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20566; }

 p { color: rgb(162,5,102); }

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

background-color css

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

 a { background-color: rgb(162,5,102); }

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

border-color css

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

 span { border-color: rgb(162,5,102); }

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