Shades of Eggplant #A20268
Tints of Eggplant #A20268
RGB
CMYK
RGB Variations
Color information
#A20268 (or 0xA20268) is known color: Eggplant. HEX triplet: A2, 02 and 68. RGB value is (162,2,104). Sum of RGB (Red+Green+Blue) = 162+2+104=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 104 (41.02% from 255 or 38.81% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20268 is #5DFD97. Grayscale: #3D3D3D. Windows color (decimal): -6159768 or 6816418. OLE color: 6816418.
HSL color Cylindrical-coordinate representation of color #A20268: hue angle of 321.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 #A20268 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.36 |
| HSL | 321.75º | 0.98% | 0.32% | - |
| HSV(B) | 321.75º | 0.99% | 0.64% | - |
| XYZ | 17.42 | 8.72 | 13.86 | - |
| YUV | 61.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 2 | 104 | 0 | 0.99 | 0.36 | 0.36 | 321.75 | 0.98 | 0.32 |
| Hex | A2 | 2 | 68 | 0 | 63 | 24 | 24 | 142 | 62 | 20 |
| Octal | 242 | 2 | 150 | 0 | 143 | 44 | 44 | 502 | 142 | 40 |
| Binary | 10100010 | 10 | 1101000 | 0 | 1100011 | 100100 | 100100 | 101000010 | 1100010 | 100000 |
Color Harmonies of #A20268
Complementary color
Monochromatic Colors of #A20268
Black with #A20268
Text Example
Text Example
White with #A20268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20268; }
p { color: rgb(162,2,104); }
H1.HeaderClassName
{
color: #A20268;
}
.AnyTagClassName
{
color: #A20268;
}
</style>
background-color css
<style>
a { background-color: #A20268; }
a { background-color: rgb(162,2,104); }
div.DivClassName
{
background-color: #A20268;
}
.BgClassName
{
background-color: #A20268;
}
</style>
border-color css
<style>
span { border-color: #A20268; }
span { border-color: rgb(162,2,104); }
td.TdClassName
{
border-color: #A20268;
}
.TagClassName
{
border-color: #A20268;
}
</style>