Shades of Eggplant #A9107B
Tints of Eggplant #A9107B
RGB
CMYK
RGB Variations
Color information
#A9107B (or 0xA9107B) is known color: Eggplant. HEX triplet: A9, 10 and 7B. RGB value is (169,16,123). Sum of RGB (Red+Green+Blue) = 169+16+123=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9107B is #56EF84. Grayscale: #494949. Windows color (decimal): -5697413 or 8065193. OLE color: 8065193.
HSL color Cylindrical-coordinate representation of color #A9107B: hue angle of 318.04º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A9107B is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 16 | 123 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.34 |
| HSL | 318.04º | 0.83% | 0.36% | - |
| HSV(B) | 318.04º | 0.91% | 0.66% | - |
| XYZ | 20.12 | 10.24 | 19.65 | - |
| YUV | 73.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 123 | 0 | 0.91 | 0.27 | 0.34 | 318.04 | 0.83 | 0.36 |
| Hex | A9 | 10 | 7B | 0 | 5B | 1B | 22 | 13E | 53 | 24 |
| Octal | 251 | 20 | 173 | 0 | 133 | 33 | 42 | 476 | 123 | 44 |
| Binary | 10101001 | 10000 | 1111011 | 0 | 1011011 | 11011 | 100010 | 100111110 | 1010011 | 100100 |
Color Harmonies of #A9107B
Complementary color
Monochromatic Colors of #A9107B
Black with #A9107B
Text Example
Text Example
White with #A9107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9107B; }
p { color: rgb(169,16,123); }
H1.HeaderClassName
{
color: #A9107B;
}
.AnyTagClassName
{
color: #A9107B;
}
</style>
background-color css
<style>
a { background-color: #A9107B; }
a { background-color: rgb(169,16,123); }
div.DivClassName
{
background-color: #A9107B;
}
.BgClassName
{
background-color: #A9107B;
}
</style>
border-color css
<style>
span { border-color: #A9107B; }
span { border-color: rgb(169,16,123); }
td.TdClassName
{
border-color: #A9107B;
}
.TagClassName
{
border-color: #A9107B;
}
</style>