Html Css Color HEX #A20666 Eggplant

📋 copy color: '#A20666'

red 162 ◦ green 6 ◦ blue 102

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

Shades of Eggplant #A20666

Tints of Eggplant #A20666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 60%
G = 2.22%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A20666 (or 0xA20666) is known color: Eggplant. HEX triplet: A2, 06 and 66. RGB value is (162,6,102). Sum of RGB (Red+Green+Blue) = 162+6+102=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A20666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20666 is #5DF999. Grayscale: #3F3F3F. Windows color (decimal): -6158746 or 6686370. OLE color: 6686370.

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

Color convert

RGB 162 6 102 -
CMYK 0 0.96 0.37 0.36
HSL 323.08º 0.93% 0.33% -
HSV(B) 323.08º 0.96% 0.64% -
XYZ 17.36 8.77 13.35 -
YUV 63.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 162 6 102 0 0.96 0.37 0.36 323.08 0.93 0.33
Hex A2 6 66 0 60 25 24 143 5D 21
Octal 242 6 146 0 140 45 44 503 135 41
Binary 10100010 110 1100110 0 1100000 100101 100100 101000011 1011101 100001

Color Harmonies of #A20666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20666

Black with #A20666

Text Example


Text Example

White with #A20666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20666; }

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

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

background-color css

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

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

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

border-color css

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

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

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