Html Css Color HEX #A20278 Eggplant

📋 copy color: '#A20278'

red 162 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #A20278

Tints of Eggplant #A20278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 57.04%
G = 0.7%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A20278 (or 0xA20278) is known color: Eggplant. HEX triplet: A2, 02 and 78. RGB value is (162,2,120). Sum of RGB (Red+Green+Blue) = 162+2+120=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20278 is #5DFD87. Grayscale: #3E3E3E. Windows color (decimal): -6159752 or 7864994. OLE color: 7864994.

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

Color convert

RGB 162 2 120 -
CMYK 0 0.99 0.26 0.36
HSL 315.75º 0.98% 0.32% -
HSV(B) 315.75º 0.99% 0.64% -
XYZ 18.31 9.08 18.56 -
YUV 63.29 160.01 198.41 -
System Red Green Blue C M Y K H S L
Decimal 162 2 120 0 0.99 0.26 0.36 315.75 0.98 0.32
Hex A2 2 78 0 63 1A 24 13C 62 20
Octal 242 2 170 0 143 32 44 474 142 40
Binary 10100010 10 1111000 0 1100011 11010 100100 100111100 1100010 100000

Color Harmonies of #A20278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20278

Black with #A20278

Text Example


Text Example

White with #A20278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20278; }

 p { color: rgb(162,2,120); }

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

background-color css

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

 a { background-color: rgb(162,2,120); }

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

border-color css

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

 span { border-color: rgb(162,2,120); }

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