Html Css Color HEX #A2037A Eggplant

📋 copy color: '#A2037A'

red 162 ◦ green 3 ◦ blue 122

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

Shades of Eggplant #A2037A

Tints of Eggplant #A2037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 56.45%
G = 1.05%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2037A (or 0xA2037A) is known color: Eggplant. HEX triplet: A2, 03 and 7A. RGB value is (162,3,122). Sum of RGB (Red+Green+Blue) = 162+3+122=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A2037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2037A is #5DFC85. Grayscale: #3F3F3F. Windows color (decimal): -6159494 or 7996322. OLE color: 7996322.

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

Color convert

RGB 162 3 122 -
CMYK 0 0.98 0.25 0.36
HSL 315.09º 0.96% 0.32% -
HSV(B) 315.09º 0.98% 0.64% -
XYZ 18.45 9.15 19.21 -
YUV 64.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 162 3 122 0 0.98 0.25 0.36 315.09 0.96 0.32
Hex A2 3 7A 0 62 19 24 13B 60 20
Octal 242 3 172 0 142 31 44 473 140 40
Binary 10100010 11 1111010 0 1100010 11001 100100 100111011 1100000 100000

Color Harmonies of #A2037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2037A

Black with #A2037A

Text Example


Text Example

White with #A2037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2037A; }

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

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

background-color css

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

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

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

border-color css

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

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

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