Shades of Eggplant #AF057A
Tints of Eggplant #AF057A
RGB
CMYK
RGB Variations
Color information
#AF057A (or 0xAF057A) is known color: Eggplant. HEX triplet: AF, 05 and 7A. RGB value is (175,5,122). Sum of RGB (Red+Green+Blue) = 175+5+122=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF057A is #50FA85. Grayscale: #444444. Windows color (decimal): -5307014 or 7996847. OLE color: 7996847.
HSL color Cylindrical-coordinate representation of color #AF057A: hue angle of 318.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF057A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 122 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.31 |
| HSL | 318.71º | 0.94% | 0.35% | - |
| HSV(B) | 318.71º | 0.97% | 0.69% | - |
| XYZ | 21.25 | 10.63 | 19.34 | - |
| YUV | 69.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 122 | 0 | 0.97 | 0.30 | 0.31 | 318.71 | 0.94 | 0.35 |
| Hex | AF | 5 | 7A | 0 | 61 | 1E | 1F | 13F | 5E | 23 |
| Octal | 257 | 5 | 172 | 0 | 141 | 36 | 37 | 477 | 136 | 43 |
| Binary | 10101111 | 101 | 1111010 | 0 | 1100001 | 11110 | 11111 | 100111111 | 1011110 | 100011 |
Color Harmonies of #AF057A
Complementary color
Monochromatic Colors of #AF057A
Black with #AF057A
Text Example
Text Example
White with #AF057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF057A; }
p { color: rgb(175,5,122); }
H1.HeaderClassName
{
color: #AF057A;
}
.AnyTagClassName
{
color: #AF057A;
}
</style>
background-color css
<style>
a { background-color: #AF057A; }
a { background-color: rgb(175,5,122); }
div.DivClassName
{
background-color: #AF057A;
}
.BgClassName
{
background-color: #AF057A;
}
</style>
border-color css
<style>
span { border-color: #AF057A; }
span { border-color: rgb(175,5,122); }
td.TdClassName
{
border-color: #AF057A;
}
.TagClassName
{
border-color: #AF057A;
}
</style>