Html Css Color HEX #A2057C Eggplant

📋 copy color: '#A2057C'

red 162 ◦ green 5 ◦ blue 124

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

Shades of Eggplant #A2057C

Tints of Eggplant #A2057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.72%

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

R = 55.67%
G = 1.72%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2057C (or 0xA2057C) is known color: Eggplant. HEX triplet: A2, 05 and 7C. RGB value is (162,5,124). Sum of RGB (Red+Green+Blue) = 162+5+124=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2057C is #5DFA83. Grayscale: #414141. Windows color (decimal): -6158980 or 8127906. OLE color: 8127906.

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

Color convert

RGB 162 5 124 -
CMYK 0 0.97 0.23 0.36
HSL 314.52º 0.94% 0.33% -
HSV(B) 314.52º 0.97% 0.64% -
XYZ 18.59 9.25 19.87 -
YUV 65.51 161.01 196.82 -
System Red Green Blue C M Y K H S L
Decimal 162 5 124 0 0.97 0.23 0.36 314.52 0.94 0.33
Hex A2 5 7C 0 61 17 24 13B 5E 21
Octal 242 5 174 0 141 27 44 473 136 41
Binary 10100010 101 1111100 0 1100001 10111 100100 100111011 1011110 100001

Color Harmonies of #A2057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2057C

Black with #A2057C

Text Example


Text Example

White with #A2057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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