Shades of Eggplant #A4017D
Tints of Eggplant #A4017D
RGB
CMYK
RGB Variations
Color information
#A4017D (or 0xA4017D) is known color: Eggplant. HEX triplet: A4, 01 and 7D. RGB value is (164,1,125). Sum of RGB (Red+Green+Blue) = 164+1+125=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4017D is #5BFE82. Grayscale: #3F3F3F. Windows color (decimal): -6028931 or 8192420. OLE color: 8192420.
HSL color Cylindrical-coordinate representation of color #A4017D: hue angle of 314.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4017D is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 125 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.36 |
| HSL | 314.36º | 0.99% | 0.32% | - |
| HSV(B) | 314.36º | 0.99% | 0.64% | - |
| XYZ | 19.02 | 9.39 | 20.21 | - |
| YUV | 63.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 125 | 0 | 0.99 | 0.24 | 0.36 | 314.36 | 0.99 | 0.32 |
| Hex | A4 | 1 | 7D | 0 | 63 | 18 | 24 | 13A | 63 | 20 |
| Octal | 244 | 1 | 175 | 0 | 143 | 30 | 44 | 472 | 143 | 40 |
| Binary | 10100100 | 1 | 1111101 | 0 | 1100011 | 11000 | 100100 | 100111010 | 1100011 | 100000 |
Color Harmonies of #A4017D
Complementary color
Monochromatic Colors of #A4017D
Black with #A4017D
Text Example
Text Example
White with #A4017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4017D; }
p { color: rgb(164,1,125); }
H1.HeaderClassName
{
color: #A4017D;
}
.AnyTagClassName
{
color: #A4017D;
}
</style>
background-color css
<style>
a { background-color: #A4017D; }
a { background-color: rgb(164,1,125); }
div.DivClassName
{
background-color: #A4017D;
}
.BgClassName
{
background-color: #A4017D;
}
</style>
border-color css
<style>
span { border-color: #A4017D; }
span { border-color: rgb(164,1,125); }
td.TdClassName
{
border-color: #A4017D;
}
.TagClassName
{
border-color: #A4017D;
}
</style>