Shades of Eggplant #AF017B
Tints of Eggplant #AF017B
RGB
CMYK
RGB Variations
Color information
#AF017B (or 0xAF017B) is known color: Eggplant. HEX triplet: AF, 01 and 7B. RGB value is (175,1,123). Sum of RGB (Red+Green+Blue) = 175+1+123=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF017B is #50FE84. Grayscale: #424242. Windows color (decimal): -5308037 or 8061359. OLE color: 8061359.
HSL color Cylindrical-coordinate representation of color #AF017B: hue angle of 317.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF017B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.31 |
| HSL | 317.93º | 0.99% | 0.35% | - |
| HSV(B) | 317.93º | 0.99% | 0.69% | - |
| XYZ | 21.27 | 10.57 | 19.66 | - |
| YUV | 66.93 | 159.65 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 123 | 0 | 0.99 | 0.30 | 0.31 | 317.93 | 0.99 | 0.35 |
| Hex | AF | 1 | 7B | 0 | 63 | 1E | 1F | 13E | 63 | 23 |
| Octal | 257 | 1 | 173 | 0 | 143 | 36 | 37 | 476 | 143 | 43 |
| Binary | 10101111 | 1 | 1111011 | 0 | 1100011 | 11110 | 11111 | 100111110 | 1100011 | 100011 |
Color Harmonies of #AF017B
Complementary color
Monochromatic Colors of #AF017B
Black with #AF017B
Text Example
Text Example
White with #AF017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF017B; }
p { color: rgb(175,1,123); }
H1.HeaderClassName
{
color: #AF017B;
}
.AnyTagClassName
{
color: #AF017B;
}
</style>
background-color css
<style>
a { background-color: #AF017B; }
a { background-color: rgb(175,1,123); }
div.DivClassName
{
background-color: #AF017B;
}
.BgClassName
{
background-color: #AF017B;
}
</style>
border-color css
<style>
span { border-color: #AF017B; }
span { border-color: rgb(175,1,123); }
td.TdClassName
{
border-color: #AF017B;
}
.TagClassName
{
border-color: #AF017B;
}
</style>