Html Css Color HEX #A20180 Eggplant

📋 copy color: '#A20180'

red 162 ◦ green 1 ◦ blue 128

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

Shades of Eggplant #A20180

Tints of Eggplant #A20180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 55.67%
G = 0.34%
B = 43.99%

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

#A20180 (or 0xA20180) is known color: Eggplant. HEX triplet: A2, 01 and 80. RGB value is (162,1,128). Sum of RGB (Red+Green+Blue) = 162+1+128=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20180 is #5DFE7F. Grayscale: #3F3F3F. Windows color (decimal): -6160000 or 8389026. OLE color: 8389026.

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

Color convert

RGB 162 1 128 -
CMYK 0 0.99 0.21 0.36
HSL 312.67º 0.99% 0.32% -
HSV(B) 312.67º 0.99% 0.64% -
XYZ 18.81 9.26 21.22 -
YUV 63.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 162 1 128 0 0.99 0.21 0.36 312.67 0.99 0.32
Hex A2 1 80 0 63 15 24 139 63 20
Octal 242 1 200 0 143 25 44 471 143 40
Binary 10100010 1 10000000 0 1100011 10101 100100 100111001 1100011 100000

Color Harmonies of #A20180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20180

Black with #A20180

Text Example


Text Example

White with #A20180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20180; }

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

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

background-color css

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

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

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

border-color css

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

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

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