Html Css Color HEX #A2066E Eggplant

📋 copy color: '#A2066E'

red 162 ◦ green 6 ◦ blue 110

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

Shades of Eggplant #A2066E

Tints of Eggplant #A2066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.57%

R = 58.27%
G = 2.16%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A2066E (or 0xA2066E) is known color: Eggplant. HEX triplet: A2, 06 and 6E. RGB value is (162,6,110). Sum of RGB (Red+Green+Blue) = 162+6+110=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 110 (43.36% from 255 or 39.57% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2066E is #5DF991. Grayscale: #404040. Windows color (decimal): -6158738 or 7210658. OLE color: 7210658.

HSL color Cylindrical-coordinate representation of color #A2066E: hue angle of 320º 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 #A2066E is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 6 110 -
CMYK 0 0.96 0.32 0.36
HSL 320º 0.93% 0.33% -
HSV(B) 320º 0.96% 0.64% -
XYZ 17.78 8.94 15.54 -
YUV 64.5 153.68 197.54 -
System Red Green Blue C M Y K H S L
Decimal 162 6 110 0 0.96 0.32 0.36 320 0.93 0.33
Hex A2 6 6E 0 60 20 24 140 5D 21
Octal 242 6 156 0 140 40 44 500 135 41
Binary 10100010 110 1101110 0 1100000 100000 100100 101000000 1011101 100001

Color Harmonies of #A2066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2066E

Black with #A2066E

Text Example


Text Example

White with #A2066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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