Html Css Color HEX #A20372 Eggplant

📋 copy color: '#A20372'

red 162 ◦ green 3 ◦ blue 114

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

Shades of Eggplant #A20372

Tints of Eggplant #A20372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.86%

R = 58.06%
G = 1.08%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A20372 (or 0xA20372) is known color: Eggplant. HEX triplet: A2, 03 and 72. RGB value is (162,3,114). Sum of RGB (Red+Green+Blue) = 162+3+114=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A20372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20372 is #5DFC8D. Grayscale: #3E3E3E. Windows color (decimal): -6159502 or 7472034. OLE color: 7472034.

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

Color convert

RGB 162 3 114 -
CMYK 0 0.98 0.30 0.36
HSL 318.11º 0.96% 0.32% -
HSV(B) 318.11º 0.98% 0.64% -
XYZ 17.97 8.96 16.7 -
YUV 63.2 156.68 198.47 -
System Red Green Blue C M Y K H S L
Decimal 162 3 114 0 0.98 0.30 0.36 318.11 0.96 0.32
Hex A2 3 72 0 62 1E 24 13E 60 20
Octal 242 3 162 0 142 36 44 476 140 40
Binary 10100010 11 1110010 0 1100010 11110 100100 100111110 1100000 100000

Color Harmonies of #A20372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20372

Black with #A20372

Text Example


Text Example

White with #A20372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20372; }

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

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

background-color css

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

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

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

border-color css

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

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

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