Shades of Eggplant #A5006B
Tints of Eggplant #A5006B
RGB
CMYK
RGB Variations
Color information
#A5006B (or 0xA5006B) is known color: Eggplant. HEX triplet: A5, 00 and 6B. RGB value is (165,0,107). Sum of RGB (Red+Green+Blue) = 165+0+107=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A5006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5006B is #5AFF94. Grayscale: #3D3D3D. Windows color (decimal): -5963669 or 7012517. OLE color: 7012517.
HSL color Cylindrical-coordinate representation of color #A5006B: hue angle of 321.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5006B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.35 | 0.35 |
| HSL | 321.09º | 1% | 0.32% | - |
| HSV(B) | 321.09º | 1% | 0.65% | - |
| XYZ | 18.17 | 9.06 | 14.7 | - |
| YUV | 61.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 107 | 0 | 1 | 0.35 | 0.35 | 321.09 | 1 | 0.32 |
| Hex | A5 | 0 | 6B | 0 | 64 | 23 | 23 | 141 | 64 | 20 |
| Octal | 245 | 0 | 153 | 0 | 144 | 43 | 43 | 501 | 144 | 40 |
| Binary | 10100101 | 0 | 1101011 | 0 | 1100100 | 100011 | 100011 | 101000001 | 1100100 | 100000 |
Color Harmonies of #A5006B
Complementary color
Monochromatic Colors of #A5006B
Black with #A5006B
Text Example
Text Example
White with #A5006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5006B; }
p { color: rgb(165,0,107); }
H1.HeaderClassName
{
color: #A5006B;
}
.AnyTagClassName
{
color: #A5006B;
}
</style>
background-color css
<style>
a { background-color: #A5006B; }
a { background-color: rgb(165,0,107); }
div.DivClassName
{
background-color: #A5006B;
}
.BgClassName
{
background-color: #A5006B;
}
</style>
border-color css
<style>
span { border-color: #A5006B; }
span { border-color: rgb(165,0,107); }
td.TdClassName
{
border-color: #A5006B;
}
.TagClassName
{
border-color: #A5006B;
}
</style>