Shades of Eggplant #A20067
Tints of Eggplant #A20067
RGB
CMYK
RGB Variations
Color information
#A20067 (or 0xA20067) is known color: Eggplant. HEX triplet: A2, 00 and 67. RGB value is (162,0,103). Sum of RGB (Red+Green+Blue) = 162+0+103=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A20067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20067 is #5DFF98. Grayscale: #3B3B3B. Windows color (decimal): -6160281 or 6750370. OLE color: 6750370.
HSL color Cylindrical-coordinate representation of color #A20067: hue angle of 321.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20067 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.36 | 0.36 |
| HSL | 321.85º | 1% | 0.32% | - |
| HSV(B) | 321.85º | 1% | 0.64% | - |
| XYZ | 17.35 | 8.66 | 13.59 | - |
| YUV | 60.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 103 | 0 | 1 | 0.36 | 0.36 | 321.85 | 1 | 0.32 |
| Hex | A2 | 0 | 67 | 0 | 64 | 24 | 24 | 142 | 64 | 20 |
| Octal | 242 | 0 | 147 | 0 | 144 | 44 | 44 | 502 | 144 | 40 |
| Binary | 10100010 | 0 | 1100111 | 0 | 1100100 | 100100 | 100100 | 101000010 | 1100100 | 100000 |
Color Harmonies of #A20067
Complementary color
Monochromatic Colors of #A20067
Black with #A20067
Text Example
Text Example
White with #A20067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20067; }
p { color: rgb(162,0,103); }
H1.HeaderClassName
{
color: #A20067;
}
.AnyTagClassName
{
color: #A20067;
}
</style>
background-color css
<style>
a { background-color: #A20067; }
a { background-color: rgb(162,0,103); }
div.DivClassName
{
background-color: #A20067;
}
.BgClassName
{
background-color: #A20067;
}
</style>
border-color css
<style>
span { border-color: #A20067; }
span { border-color: rgb(162,0,103); }
td.TdClassName
{
border-color: #A20067;
}
.TagClassName
{
border-color: #A20067;
}
</style>