Html Css Color HEX #A20374 Eggplant

📋 copy color: '#A20374'

red 162 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #A20374

Tints of Eggplant #A20374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.28%

R = 57.65%
G = 1.07%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A20374 (or 0xA20374) is known color: Eggplant. HEX triplet: A2, 03 and 74. RGB value is (162,3,116). Sum of RGB (Red+Green+Blue) = 162+3+116=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A20374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20374 is #5DFC8B. Grayscale: #3F3F3F. Windows color (decimal): -6159500 or 7603106. OLE color: 7603106.

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

Color convert

RGB 162 3 116 -
CMYK 0 0.98 0.28 0.36
HSL 317.36º 0.96% 0.32% -
HSV(B) 317.36º 0.98% 0.64% -
XYZ 18.09 9.01 17.31 -
YUV 63.42 157.68 198.31 -
System Red Green Blue C M Y K H S L
Decimal 162 3 116 0 0.98 0.28 0.36 317.36 0.96 0.32
Hex A2 3 74 0 62 1C 24 13D 60 20
Octal 242 3 164 0 142 34 44 475 140 40
Binary 10100010 11 1110100 0 1100010 11100 100100 100111101 1100000 100000

Color Harmonies of #A20374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20374

Black with #A20374

Text Example


Text Example

White with #A20374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20374; }

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

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

background-color css

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

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

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

border-color css

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

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

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