Html Css Color HEX #A2066A Eggplant

📋 copy color: '#A2066A'

red 162 ◦ green 6 ◦ blue 106

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

Shades of Eggplant #A2066A

Tints of Eggplant #A2066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 59.12%
G = 2.19%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A2066A (or 0xA2066A) is known color: Eggplant. HEX triplet: A2, 06 and 6A. RGB value is (162,6,106). Sum of RGB (Red+Green+Blue) = 162+6+106=274 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.12% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 162 - color contains mainly: red. Hex color #A2066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2066A is #5DF995. Grayscale: #3F3F3F. Windows color (decimal): -6158742 or 6948514. OLE color: 6948514.

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

Color convert

RGB 162 6 106 -
CMYK 0 0.96 0.35 0.36
HSL 321.54º 0.93% 0.33% -
HSV(B) 321.54º 0.96% 0.64% -
XYZ 17.57 8.85 14.42 -
YUV 64.04 151.68 197.87 -
System Red Green Blue C M Y K H S L
Decimal 162 6 106 0 0.96 0.35 0.36 321.54 0.93 0.33
Hex A2 6 6A 0 60 23 24 142 5D 21
Octal 242 6 152 0 140 43 44 502 135 41
Binary 10100010 110 1101010 0 1100000 100011 100100 101000010 1011101 100001

Color Harmonies of #A2066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2066A

Black with #A2066A

Text Example


Text Example

White with #A2066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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