Html Css Color HEX #A20464 Eggplant

📋 copy color: '#A20464'

red 162 ◦ green 4 ◦ blue 100

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

Shades of Eggplant #A20464

Tints of Eggplant #A20464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 60.9%
G = 1.5%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A20464 (or 0xA20464) is known color: Eggplant. HEX triplet: A2, 04 and 64. RGB value is (162,4,100). Sum of RGB (Red+Green+Blue) = 162+4+100=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A20464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20464 is #5DFB9B. Grayscale: #3D3D3D. Windows color (decimal): -6159260 or 6554786. OLE color: 6554786.

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

Color convert

RGB 162 4 100 -
CMYK 0 0.98 0.38 0.36
HSL 323.54º 0.95% 0.33% -
HSV(B) 323.54º 0.98% 0.64% -
XYZ 17.24 8.69 12.82 -
YUV 62.19 149.35 199.19 -
System Red Green Blue C M Y K H S L
Decimal 162 4 100 0 0.98 0.38 0.36 323.54 0.95 0.33
Hex A2 4 64 0 62 26 24 144 5F 21
Octal 242 4 144 0 142 46 44 504 137 41
Binary 10100010 100 1100100 0 1100010 100110 100100 101000100 1011111 100001

Color Harmonies of #A20464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20464

Black with #A20464

Text Example


Text Example

White with #A20464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20464; }

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

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

background-color css

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

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

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

border-color css

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

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

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