Html Css Color HEX #A2057E Eggplant

📋 copy color: '#A2057E'

red 162 ◦ green 5 ◦ blue 126

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

Shades of Eggplant #A2057E

Tints of Eggplant #A2057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43%

R = 55.29%
G = 1.71%
B = 43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A2057E (or 0xA2057E) is known color: Eggplant. HEX triplet: A2, 05 and 7E. RGB value is (162,5,126). Sum of RGB (Red+Green+Blue) = 162+5+126=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2057E is #5DFA81. Grayscale: #414141. Windows color (decimal): -6158978 or 8258978. OLE color: 8258978.

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

Color convert

RGB 162 5 126 -
CMYK 0 0.97 0.22 0.36
HSL 313.76º 0.94% 0.33% -
HSV(B) 313.76º 0.97% 0.64% -
XYZ 18.72 9.3 20.55 -
YUV 65.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 162 5 126 0 0.97 0.22 0.36 313.76 0.94 0.33
Hex A2 5 7E 0 61 16 24 13A 5E 21
Octal 242 5 176 0 141 26 44 472 136 41
Binary 10100010 101 1111110 0 1100001 10110 100100 100111010 1011110 100001

Color Harmonies of #A2057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2057E

Black with #A2057E

Text Example


Text Example

White with #A2057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2057E; }

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

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

background-color css

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

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

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

border-color css

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

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

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