Html Css Color HEX #A20477 Eggplant

📋 copy color: '#A20477'

red 162 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #A20477

Tints of Eggplant #A20477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 56.84%
G = 1.4%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A20477 (or 0xA20477) is known color: Eggplant. HEX triplet: A2, 04 and 77. RGB value is (162,4,119). Sum of RGB (Red+Green+Blue) = 162+4+119=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A20477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20477 is #5DFB88. Grayscale: #404040. Windows color (decimal): -6159241 or 7799970. OLE color: 7799970.

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

Color convert

RGB 162 4 119 -
CMYK 0 0.98 0.27 0.36
HSL 316.33º 0.95% 0.33% -
HSV(B) 316.33º 0.98% 0.64% -
XYZ 18.27 9.1 18.25 -
YUV 64.35 158.85 197.65 -
System Red Green Blue C M Y K H S L
Decimal 162 4 119 0 0.98 0.27 0.36 316.33 0.95 0.33
Hex A2 4 77 0 62 1B 24 13C 5F 21
Octal 242 4 167 0 142 33 44 474 137 41
Binary 10100010 100 1110111 0 1100010 11011 100100 100111100 1011111 100001

Color Harmonies of #A20477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20477

Black with #A20477

Text Example


Text Example

White with #A20477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20477; }

 p { color: rgb(162,4,119); }

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

background-color css

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

 a { background-color: rgb(162,4,119); }

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

border-color css

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

 span { border-color: rgb(162,4,119); }

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