Shades of Eggplant #A9067B
Tints of Eggplant #A9067B
RGB
CMYK
RGB Variations
Color information
#A9067B (or 0xA9067B) is known color: Eggplant. HEX triplet: A9, 06 and 7B. RGB value is (169,6,123). Sum of RGB (Red+Green+Blue) = 169+6+123=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A9067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9067B is #56F984. Grayscale: #434343. Windows color (decimal): -5699973 or 8062633. OLE color: 8062633.
HSL color Cylindrical-coordinate representation of color #A9067B: hue angle of 316.93º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9067B is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 123 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.34 |
| HSL | 316.93º | 0.93% | 0.34% | - |
| HSV(B) | 316.93º | 0.96% | 0.66% | - |
| XYZ | 20 | 10 | 19.61 | - |
| YUV | 68.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 123 | 0 | 0.96 | 0.27 | 0.34 | 316.93 | 0.93 | 0.34 |
| Hex | A9 | 6 | 7B | 0 | 60 | 1B | 22 | 13D | 5D | 22 |
| Octal | 251 | 6 | 173 | 0 | 140 | 33 | 42 | 475 | 135 | 42 |
| Binary | 10101001 | 110 | 1111011 | 0 | 1100000 | 11011 | 100010 | 100111101 | 1011101 | 100010 |
Color Harmonies of #A9067B
Complementary color
Monochromatic Colors of #A9067B
Black with #A9067B
Text Example
Text Example
White with #A9067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9067B; }
p { color: rgb(169,6,123); }
H1.HeaderClassName
{
color: #A9067B;
}
.AnyTagClassName
{
color: #A9067B;
}
</style>
background-color css
<style>
a { background-color: #A9067B; }
a { background-color: rgb(169,6,123); }
div.DivClassName
{
background-color: #A9067B;
}
.BgClassName
{
background-color: #A9067B;
}
</style>
border-color css
<style>
span { border-color: #A9067B; }
span { border-color: rgb(169,6,123); }
td.TdClassName
{
border-color: #A9067B;
}
.TagClassName
{
border-color: #A9067B;
}
</style>