Shades of Eggplant #AF027C
Tints of Eggplant #AF027C
RGB
CMYK
RGB Variations
Color information
#AF027C (or 0xAF027C) is known color: Eggplant. HEX triplet: AF, 02 and 7C. RGB value is (175,2,124). Sum of RGB (Red+Green+Blue) = 175+2+124=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF027C is #50FD83. Grayscale: #434343. Windows color (decimal): -5307780 or 8127151. OLE color: 8127151.
HSL color Cylindrical-coordinate representation of color #AF027C: hue angle of 317.69º degrees, saturation: 0.98, 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 #AF027C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 124 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.31 |
| HSL | 317.69º | 0.98% | 0.35% | - |
| HSV(B) | 317.69º | 0.99% | 0.69% | - |
| XYZ | 21.34 | 10.61 | 19.99 | - |
| YUV | 67.64 | 159.81 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 124 | 0 | 0.99 | 0.29 | 0.31 | 317.69 | 0.98 | 0.35 |
| Hex | AF | 2 | 7C | 0 | 63 | 1D | 1F | 13E | 62 | 23 |
| Octal | 257 | 2 | 174 | 0 | 143 | 35 | 37 | 476 | 142 | 43 |
| Binary | 10101111 | 10 | 1111100 | 0 | 1100011 | 11101 | 11111 | 100111110 | 1100010 | 100011 |
Color Harmonies of #AF027C
Complementary color
Monochromatic Colors of #AF027C
Black with #AF027C
Text Example
Text Example
White with #AF027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF027C; }
p { color: rgb(175,2,124); }
H1.HeaderClassName
{
color: #AF027C;
}
.AnyTagClassName
{
color: #AF027C;
}
</style>
background-color css
<style>
a { background-color: #AF027C; }
a { background-color: rgb(175,2,124); }
div.DivClassName
{
background-color: #AF027C;
}
.BgClassName
{
background-color: #AF027C;
}
</style>
border-color css
<style>
span { border-color: #AF027C; }
span { border-color: rgb(175,2,124); }
td.TdClassName
{
border-color: #AF027C;
}
.TagClassName
{
border-color: #AF027C;
}
</style>