Html Css Color HEX #A20280 Eggplant

📋 copy color: '#A20280'

red 162 ◦ green 2 ◦ blue 128

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

Shades of Eggplant #A20280

Tints of Eggplant #A20280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 55.48%
G = 0.68%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A20280 (or 0xA20280) is known color: Eggplant. HEX triplet: A2, 02 and 80. RGB value is (162,2,128). Sum of RGB (Red+Green+Blue) = 162+2+128=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A20280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20280 is #5DFD7F. Grayscale: #3F3F3F. Windows color (decimal): -6159744 or 8389282. OLE color: 8389282.

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

Color convert

RGB 162 2 128 -
CMYK 0 0.99 0.21 0.36
HSL 312.75º 0.98% 0.32% -
HSV(B) 312.75º 0.99% 0.64% -
XYZ 18.82 9.28 21.22 -
YUV 64.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 162 2 128 0 0.99 0.21 0.36 312.75 0.98 0.32
Hex A2 2 80 0 63 15 24 139 62 20
Octal 242 2 200 0 143 25 44 471 142 40
Binary 10100010 10 10000000 0 1100011 10101 100100 100111001 1100010 100000

Color Harmonies of #A20280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20280

Black with #A20280

Text Example


Text Example

White with #A20280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20280; }

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

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

background-color css

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

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

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

border-color css

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

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

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