Html Css Color HEX #A2096D Eggplant

📋 copy color: '#A2096D'

red 162 ◦ green 9 ◦ blue 109

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

Shades of Eggplant #A2096D

Tints of Eggplant #A2096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.21%

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

R = 57.86%
G = 3.21%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A2096D (or 0xA2096D) is known color: Eggplant. HEX triplet: A2, 09 and 6D. RGB value is (162,9,109). Sum of RGB (Red+Green+Blue) = 162+9+109=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2096D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2096D is #5DF692. Grayscale: #414141. Windows color (decimal): -6157971 or 7145890. OLE color: 7145890.

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

Color convert

RGB 162 9 109 -
CMYK 0 0.94 0.33 0.36
HSL 320.78º 0.89% 0.34% -
HSV(B) 320.78º 0.94% 0.64% -
XYZ 17.76 8.98 15.27 -
YUV 66.15 152.19 196.37 -
System Red Green Blue C M Y K H S L
Decimal 162 9 109 0 0.94 0.33 0.36 320.78 0.89 0.34
Hex A2 9 6D 0 5E 21 24 141 59 22
Octal 242 11 155 0 136 41 44 501 131 42
Binary 10100010 1001 1101101 0 1011110 100001 100100 101000001 1011001 100010

Color Harmonies of #A2096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2096D

Black with #A2096D

Text Example


Text Example

White with #A2096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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