Html Css Color HEX #A2097C Eggplant

📋 copy color: '#A2097C'

red 162 ◦ green 9 ◦ blue 124

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

Shades of Eggplant #A2097C

Tints of Eggplant #A2097C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 54.92%
G = 3.05%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2097C (or 0xA2097C) is known color: Eggplant. HEX triplet: A2, 09 and 7C. RGB value is (162,9,124). Sum of RGB (Red+Green+Blue) = 162+9+124=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2097C is #5DF683. Grayscale: #434343. Windows color (decimal): -6157956 or 8128930. OLE color: 8128930.

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

Color convert

RGB 162 9 124 -
CMYK 0 0.94 0.23 0.36
HSL 314.9º 0.89% 0.34% -
HSV(B) 314.9º 0.94% 0.64% -
XYZ 18.64 9.33 19.89 -
YUV 67.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 162 9 124 0 0.94 0.23 0.36 314.9 0.89 0.34
Hex A2 9 7C 0 5E 17 24 13B 59 22
Octal 242 11 174 0 136 27 44 473 131 42
Binary 10100010 1001 1111100 0 1011110 10111 100100 100111011 1011001 100010

Color Harmonies of #A2097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2097C

Black with #A2097C

Text Example


Text Example

White with #A2097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2097C; }

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

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

background-color css

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

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

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

border-color css

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

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

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