Shades of Eggplant #A5067B
Tints of Eggplant #A5067B
RGB
CMYK
RGB Variations
Color information
#A5067B (or 0xA5067B) is known color: Eggplant. HEX triplet: A5, 06 and 7B. RGB value is (165,6,123). Sum of RGB (Red+Green+Blue) = 165+6+123=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5067B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5067B is #5AF984. Grayscale: #424242. Windows color (decimal): -5962117 or 8062629. OLE color: 8062629.
HSL color Cylindrical-coordinate representation of color #A5067B: hue angle of 315.85º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5067B is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 6 | 123 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.35 |
| HSL | 315.85º | 0.93% | 0.34% | - |
| HSV(B) | 315.85º | 0.96% | 0.65% | - |
| XYZ | 19.16 | 9.56 | 19.57 | - |
| YUV | 66.88 | 159.68 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 6 | 123 | 0 | 0.96 | 0.25 | 0.35 | 315.85 | 0.93 | 0.34 |
| Hex | A5 | 6 | 7B | 0 | 60 | 19 | 23 | 13C | 5D | 22 |
| Octal | 245 | 6 | 173 | 0 | 140 | 31 | 43 | 474 | 135 | 42 |
| Binary | 10100101 | 110 | 1111011 | 0 | 1100000 | 11001 | 100011 | 100111100 | 1011101 | 100010 |
Color Harmonies of #A5067B
Complementary color
Monochromatic Colors of #A5067B
Black with #A5067B
Text Example
Text Example
White with #A5067B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5067B; }
p { color: rgb(165,6,123); }
H1.HeaderClassName
{
color: #A5067B;
}
.AnyTagClassName
{
color: #A5067B;
}
</style>
background-color css
<style>
a { background-color: #A5067B; }
a { background-color: rgb(165,6,123); }
div.DivClassName
{
background-color: #A5067B;
}
.BgClassName
{
background-color: #A5067B;
}
</style>
border-color css
<style>
span { border-color: #A5067B; }
span { border-color: rgb(165,6,123); }
td.TdClassName
{
border-color: #A5067B;
}
.TagClassName
{
border-color: #A5067B;
}
</style>