Shades of Eggplant #AF057B
Tints of Eggplant #AF057B
RGB
CMYK
RGB Variations
Color information
#AF057B (or 0xAF057B) is known color: Eggplant. HEX triplet: AF, 05 and 7B. RGB value is (175,5,123). Sum of RGB (Red+Green+Blue) = 175+5+123=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF057B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF057B is #50FA84. Grayscale: #444444. Windows color (decimal): -5307013 or 8062383. OLE color: 8062383.
HSL color Cylindrical-coordinate representation of color #AF057B: hue angle of 318.35º 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 #AF057B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.31 |
| HSL | 318.35º | 0.94% | 0.35% | - |
| HSV(B) | 318.35º | 0.97% | 0.69% | - |
| XYZ | 21.31 | 10.65 | 19.67 | - |
| YUV | 69.28 | 158.32 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 123 | 0 | 0.97 | 0.30 | 0.31 | 318.35 | 0.94 | 0.35 |
| Hex | AF | 5 | 7B | 0 | 61 | 1E | 1F | 13E | 5E | 23 |
| Octal | 257 | 5 | 173 | 0 | 141 | 36 | 37 | 476 | 136 | 43 |
| Binary | 10101111 | 101 | 1111011 | 0 | 1100001 | 11110 | 11111 | 100111110 | 1011110 | 100011 |
Color Harmonies of #AF057B
Complementary color
Monochromatic Colors of #AF057B
Black with #AF057B
Text Example
Text Example
White with #AF057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF057B; }
p { color: rgb(175,5,123); }
H1.HeaderClassName
{
color: #AF057B;
}
.AnyTagClassName
{
color: #AF057B;
}
</style>
background-color css
<style>
a { background-color: #AF057B; }
a { background-color: rgb(175,5,123); }
div.DivClassName
{
background-color: #AF057B;
}
.BgClassName
{
background-color: #AF057B;
}
</style>
border-color css
<style>
span { border-color: #AF057B; }
span { border-color: rgb(175,5,123); }
td.TdClassName
{
border-color: #AF057B;
}
.TagClassName
{
border-color: #AF057B;
}
</style>