Html Css Color HEX #A2097B Eggplant

📋 copy color: '#A2097B'

red 162 ◦ green 9 ◦ blue 123

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

Shades of Eggplant #A2097B

Tints of Eggplant #A2097B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.84%

R = 55.1%
G = 3.06%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A2097B (or 0xA2097B) is known color: Eggplant. HEX triplet: A2, 09 and 7B. RGB value is (162,9,123). Sum of RGB (Red+Green+Blue) = 162+9+123=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2097B is #5DF684. Grayscale: #434343. Windows color (decimal): -6157957 or 8063394. OLE color: 8063394.

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

Color convert

RGB 162 9 123 -
CMYK 0 0.94 0.24 0.36
HSL 315.29º 0.89% 0.34% -
HSV(B) 315.29º 0.94% 0.64% -
XYZ 18.57 9.31 19.56 -
YUV 67.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 162 9 123 0 0.94 0.24 0.36 315.29 0.89 0.34
Hex A2 9 7B 0 5E 18 24 13B 59 22
Octal 242 11 173 0 136 30 44 473 131 42
Binary 10100010 1001 1111011 0 1011110 11000 100100 100111011 1011001 100010

Color Harmonies of #A2097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2097B

Black with #A2097B

Text Example


Text Example

White with #A2097B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2097B; }

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

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

background-color css

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

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

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

border-color css

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

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

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