Shades of Eggplant #A20481
Tints of Eggplant #A20481
RGB
CMYK
RGB Variations
Color information
#A20481 (or 0xA20481) is known color: Eggplant. HEX triplet: A2, 04 and 81. RGB value is (162,4,129). Sum of RGB (Red+Green+Blue) = 162+4+129=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A20481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20481 is #5DFB7E. Grayscale: #414141. Windows color (decimal): -6159231 or 8455330. OLE color: 8455330.
HSL color Cylindrical-coordinate representation of color #A20481: hue angle of 312.53º 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 #A20481 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.36 |
| HSL | 312.53º | 0.95% | 0.33% | - |
| HSV(B) | 312.53º | 0.98% | 0.64% | - |
| XYZ | 18.91 | 9.35 | 21.58 | - |
| YUV | 65.49 | 163.85 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 4 | 129 | 0 | 0.98 | 0.20 | 0.36 | 312.53 | 0.95 | 0.33 |
| Hex | A2 | 4 | 81 | 0 | 62 | 14 | 24 | 139 | 5F | 21 |
| Octal | 242 | 4 | 201 | 0 | 142 | 24 | 44 | 471 | 137 | 41 |
| Binary | 10100010 | 100 | 10000001 | 0 | 1100010 | 10100 | 100100 | 100111001 | 1011111 | 100001 |
Color Harmonies of #A20481
Complementary color
Monochromatic Colors of #A20481
Black with #A20481
Text Example
Text Example
White with #A20481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20481; }
p { color: rgb(162,4,129); }
H1.HeaderClassName
{
color: #A20481;
}
.AnyTagClassName
{
color: #A20481;
}
</style>
background-color css
<style>
a { background-color: #A20481; }
a { background-color: rgb(162,4,129); }
div.DivClassName
{
background-color: #A20481;
}
.BgClassName
{
background-color: #A20481;
}
</style>
border-color css
<style>
span { border-color: #A20481; }
span { border-color: rgb(162,4,129); }
td.TdClassName
{
border-color: #A20481;
}
.TagClassName
{
border-color: #A20481;
}
</style>