Html Css Color HEX #A2066D Eggplant

📋 copy color: '#A2066D'

red 162 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #A2066D

Tints of Eggplant #A2066D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 58.48%
G = 2.17%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2066D (or 0xA2066D) is known color: Eggplant. HEX triplet: A2, 06 and 6D. RGB value is (162,6,109). Sum of RGB (Red+Green+Blue) = 162+6+109=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2066D is #5DF992. Grayscale: #404040. Windows color (decimal): -6158739 or 7145122. OLE color: 7145122.

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

Color convert

RGB 162 6 109 -
CMYK 0 0.96 0.33 0.36
HSL 320.38º 0.93% 0.33% -
HSV(B) 320.38º 0.96% 0.64% -
XYZ 17.73 8.92 15.25 -
YUV 64.39 153.18 197.62 -
System Red Green Blue C M Y K H S L
Decimal 162 6 109 0 0.96 0.33 0.36 320.38 0.93 0.33
Hex A2 6 6D 0 60 21 24 140 5D 21
Octal 242 6 155 0 140 41 44 500 135 41
Binary 10100010 110 1101101 0 1100000 100001 100100 101000000 1011101 100001

Color Harmonies of #A2066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2066D

Black with #A2066D

Text Example


Text Example

White with #A2066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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