Html Css Color HEX #A20380 Eggplant

📋 copy color: '#A20380'

red 162 ◦ green 3 ◦ blue 128

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

Shades of Eggplant #A20380

Tints of Eggplant #A20380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 55.29%
G = 1.02%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A20380 (or 0xA20380) is known color: Eggplant. HEX triplet: A2, 03 and 80. RGB value is (162,3,128). Sum of RGB (Red+Green+Blue) = 162+3+128=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A20380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20380 is #5DFC7F. Grayscale: #404040. Windows color (decimal): -6159488 or 8389538. OLE color: 8389538.

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

Color convert

RGB 162 3 128 -
CMYK 0 0.98 0.21 0.36
HSL 312.83º 0.96% 0.32% -
HSV(B) 312.83º 0.98% 0.64% -
XYZ 18.83 9.31 21.23 -
YUV 64.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 162 3 128 0 0.98 0.21 0.36 312.83 0.96 0.32
Hex A2 3 80 0 62 15 24 139 60 20
Octal 242 3 200 0 142 25 44 471 140 40
Binary 10100010 11 10000000 0 1100010 10101 100100 100111001 1100000 100000

Color Harmonies of #A20380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20380

Black with #A20380

Text Example


Text Example

White with #A20380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20380; }

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

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

background-color css

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

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

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

border-color css

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

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

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