Shades of Eggplant #A4027B
Tints of Eggplant #A4027B
RGB
CMYK
RGB Variations
Color information
#A4027B (or 0xA4027B) is known color: Eggplant. HEX triplet: A4, 02 and 7B. RGB value is (164,2,123). Sum of RGB (Red+Green+Blue) = 164+2+123=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A4027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4027B is #5BFD84. Grayscale: #3F3F3F. Windows color (decimal): -6028677 or 8061604. OLE color: 8061604.
HSL color Cylindrical-coordinate representation of color #A4027B: hue angle of 315.19º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4027B is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.36 |
| HSL | 315.19º | 0.98% | 0.33% | - |
| HSV(B) | 315.19º | 0.99% | 0.64% | - |
| XYZ | 18.91 | 9.37 | 19.55 | - |
| YUV | 64.23 | 161.17 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 123 | 0 | 0.99 | 0.25 | 0.36 | 315.19 | 0.98 | 0.33 |
| Hex | A4 | 2 | 7B | 0 | 63 | 19 | 24 | 13B | 62 | 21 |
| Octal | 244 | 2 | 173 | 0 | 143 | 31 | 44 | 473 | 142 | 41 |
| Binary | 10100100 | 10 | 1111011 | 0 | 1100011 | 11001 | 100100 | 100111011 | 1100010 | 100001 |
Color Harmonies of #A4027B
Complementary color
Monochromatic Colors of #A4027B
Black with #A4027B
Text Example
Text Example
White with #A4027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4027B; }
p { color: rgb(164,2,123); }
H1.HeaderClassName
{
color: #A4027B;
}
.AnyTagClassName
{
color: #A4027B;
}
</style>
background-color css
<style>
a { background-color: #A4027B; }
a { background-color: rgb(164,2,123); }
div.DivClassName
{
background-color: #A4027B;
}
.BgClassName
{
background-color: #A4027B;
}
</style>
border-color css
<style>
span { border-color: #A4027B; }
span { border-color: rgb(164,2,123); }
td.TdClassName
{
border-color: #A4027B;
}
.TagClassName
{
border-color: #A4027B;
}
</style>