Shades of Eggplant #A70181
Tints of Eggplant #A70181
RGB
CMYK
RGB Variations
Color information
#A70181 (or 0xA70181) is known color: Eggplant. HEX triplet: A7, 01 and 81. RGB value is (167,1,129). Sum of RGB (Red+Green+Blue) = 167+1+129=297 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.23% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 167 - color contains mainly: red. Hex color #A70181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70181 is #58FE7E. Grayscale: #404040. Windows color (decimal): -5832319 or 8454567. OLE color: 8454567.
HSL color Cylindrical-coordinate representation of color #A70181: hue angle of 313.73º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70181 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.35 |
| HSL | 313.73º | 0.99% | 0.33% | - |
| HSV(B) | 313.73º | 0.99% | 0.65% | - |
| XYZ | 19.91 | 9.82 | 21.62 | - |
| YUV | 65.23 | 164 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 1 | 129 | 0 | 0.99 | 0.23 | 0.35 | 313.73 | 0.99 | 0.33 |
| Hex | A7 | 1 | 81 | 0 | 63 | 17 | 23 | 13A | 63 | 21 |
| Octal | 247 | 1 | 201 | 0 | 143 | 27 | 43 | 472 | 143 | 41 |
| Binary | 10100111 | 1 | 10000001 | 0 | 1100011 | 10111 | 100011 | 100111010 | 1100011 | 100001 |
Color Harmonies of #A70181
Complementary color
Monochromatic Colors of #A70181
Black with #A70181
Text Example
Text Example
White with #A70181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70181; }
p { color: rgb(167,1,129); }
H1.HeaderClassName
{
color: #A70181;
}
.AnyTagClassName
{
color: #A70181;
}
</style>
background-color css
<style>
a { background-color: #A70181; }
a { background-color: rgb(167,1,129); }
div.DivClassName
{
background-color: #A70181;
}
.BgClassName
{
background-color: #A70181;
}
</style>
border-color css
<style>
span { border-color: #A70181; }
span { border-color: rgb(167,1,129); }
td.TdClassName
{
border-color: #A70181;
}
.TagClassName
{
border-color: #A70181;
}
</style>