Html Css Color HEX #A2157A Eggplant

📋 copy color: '#A2157A'

red 162 ◦ green 21 ◦ blue 122

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

Shades of Eggplant #A2157A

Tints of Eggplant #A2157A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

 BLUE value IS 122 (48.05% from 255) = 40%

R = 53.11%
G = 6.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2157A (or 0xA2157A) is known color: Eggplant. HEX triplet: A2, 15 and 7A. RGB value is (162,21,122). Sum of RGB (Red+Green+Blue) = 162+21+122=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2157A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2157A is #5DEA85. Grayscale: #4A4A4A. Windows color (decimal): -6154886 or 8000930. OLE color: 8000930.

HSL color Cylindrical-coordinate representation of color #A2157A: hue angle of 317.02º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2157A is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 21 122 -
CMYK 0 0.87 0.25 0.36
HSL 317.02º 0.77% 0.36% -
HSV(B) 317.02º 0.87% 0.64% -
XYZ 18.68 9.62 19.29 -
YUV 74.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 162 21 122 0 0.87 0.25 0.36 317.02 0.77 0.36
Hex A2 15 7A 0 57 19 24 13D 4D 24
Octal 242 25 172 0 127 31 44 475 115 44
Binary 10100010 10101 1111010 0 1010111 11001 100100 100111101 1001101 100100

Color Harmonies of #A2157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2157A

Black with #A2157A

Text Example


Text Example

White with #A2157A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2157A; }

 p { color: rgb(162,21,122); }

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

background-color css

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

 a { background-color: rgb(162,21,122); }

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

border-color css

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

 span { border-color: rgb(162,21,122); }

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