Shades of Eggplant #A4027D
Tints of Eggplant #A4027D
RGB
CMYK
RGB Variations
Color information
#A4027D (or 0xA4027D) is known color: Eggplant. HEX triplet: A4, 02 and 7D. RGB value is (164,2,125). Sum of RGB (Red+Green+Blue) = 164+2+125=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4027D is #5BFD82. Grayscale: #404040. Windows color (decimal): -6028675 or 8192676. OLE color: 8192676.
HSL color Cylindrical-coordinate representation of color #A4027D: hue angle of 314.44º 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 #A4027D is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.36 |
| HSL | 314.44º | 0.98% | 0.33% | - |
| HSV(B) | 314.44º | 0.99% | 0.64% | - |
| XYZ | 19.03 | 9.42 | 20.22 | - |
| YUV | 64.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 125 | 0 | 0.99 | 0.24 | 0.36 | 314.44 | 0.98 | 0.33 |
| Hex | A4 | 2 | 7D | 0 | 63 | 18 | 24 | 13A | 62 | 21 |
| Octal | 244 | 2 | 175 | 0 | 143 | 30 | 44 | 472 | 142 | 41 |
| Binary | 10100100 | 10 | 1111101 | 0 | 1100011 | 11000 | 100100 | 100111010 | 1100010 | 100001 |
Color Harmonies of #A4027D
Complementary color
Monochromatic Colors of #A4027D
Black with #A4027D
Text Example
Text Example
White with #A4027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4027D; }
p { color: rgb(164,2,125); }
H1.HeaderClassName
{
color: #A4027D;
}
.AnyTagClassName
{
color: #A4027D;
}
</style>
background-color css
<style>
a { background-color: #A4027D; }
a { background-color: rgb(164,2,125); }
div.DivClassName
{
background-color: #A4027D;
}
.BgClassName
{
background-color: #A4027D;
}
</style>
border-color css
<style>
span { border-color: #A4027D; }
span { border-color: rgb(164,2,125); }
td.TdClassName
{
border-color: #A4027D;
}
.TagClassName
{
border-color: #A4027D;
}
</style>