Shades of Eggplant #AF027D
Tints of Eggplant #AF027D
RGB
CMYK
RGB Variations
Color information
#AF027D (or 0xAF027D) is known color: Eggplant. HEX triplet: AF, 02 and 7D. RGB value is (175,2,125). Sum of RGB (Red+Green+Blue) = 175+2+125=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF027D is #50FD82. Grayscale: #434343. Windows color (decimal): -5307779 or 8192687. OLE color: 8192687.
HSL color Cylindrical-coordinate representation of color #AF027D: hue angle of 317.34º 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 #AF027D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 125 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.31 |
| HSL | 317.34º | 0.98% | 0.35% | - |
| HSV(B) | 317.34º | 0.99% | 0.69% | - |
| XYZ | 21.4 | 10.64 | 20.33 | - |
| YUV | 67.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 125 | 0 | 0.99 | 0.29 | 0.31 | 317.34 | 0.98 | 0.35 |
| Hex | AF | 2 | 7D | 0 | 63 | 1D | 1F | 13D | 62 | 23 |
| Octal | 257 | 2 | 175 | 0 | 143 | 35 | 37 | 475 | 142 | 43 |
| Binary | 10101111 | 10 | 1111101 | 0 | 1100011 | 11101 | 11111 | 100111101 | 1100010 | 100011 |
Color Harmonies of #AF027D
Complementary color
Monochromatic Colors of #AF027D
Black with #AF027D
Text Example
Text Example
White with #AF027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF027D; }
p { color: rgb(175,2,125); }
H1.HeaderClassName
{
color: #AF027D;
}
.AnyTagClassName
{
color: #AF027D;
}
</style>
background-color css
<style>
a { background-color: #AF027D; }
a { background-color: rgb(175,2,125); }
div.DivClassName
{
background-color: #AF027D;
}
.BgClassName
{
background-color: #AF027D;
}
</style>
border-color css
<style>
span { border-color: #AF027D; }
span { border-color: rgb(175,2,125); }
td.TdClassName
{
border-color: #AF027D;
}
.TagClassName
{
border-color: #AF027D;
}
</style>