Html Css Color HEX #A20468 Eggplant

📋 copy color: '#A20468'

red 162 ◦ green 4 ◦ blue 104

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

Shades of Eggplant #A20468

Tints of Eggplant #A20468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 60%
G = 1.48%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A20468 (or 0xA20468) is known color: Eggplant. HEX triplet: A2, 04 and 68. RGB value is (162,4,104). Sum of RGB (Red+Green+Blue) = 162+4+104=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A20468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20468 is #5DFB97. Grayscale: #3E3E3E. Windows color (decimal): -6159256 or 6816930. OLE color: 6816930.

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

Color convert

RGB 162 4 104 -
CMYK 0 0.98 0.36 0.36
HSL 322.03º 0.95% 0.33% -
HSV(B) 322.03º 0.98% 0.64% -
XYZ 17.44 8.77 13.87 -
YUV 62.64 151.35 198.87 -
System Red Green Blue C M Y K H S L
Decimal 162 4 104 0 0.98 0.36 0.36 322.03 0.95 0.33
Hex A2 4 68 0 62 24 24 142 5F 21
Octal 242 4 150 0 142 44 44 502 137 41
Binary 10100010 100 1101000 0 1100010 100100 100100 101000010 1011111 100001

Color Harmonies of #A20468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20468

Black with #A20468

Text Example


Text Example

White with #A20468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20468; }

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

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

background-color css

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

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

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

border-color css

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

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

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