Shades of Eggplant #AF0277
Tints of Eggplant #AF0277
RGB
CMYK
RGB Variations
Color information
#AF0277 (or 0xAF0277) is known color: Eggplant. HEX triplet: AF, 02 and 77. RGB value is (175,2,119). Sum of RGB (Red+Green+Blue) = 175+2+119=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0277 is #50FD88. Grayscale: #424242. Windows color (decimal): -5307785 or 7799471. OLE color: 7799471.
HSL color Cylindrical-coordinate representation of color #AF0277: hue angle of 319.42º 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 #AF0277 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.31 |
| HSL | 319.42º | 0.98% | 0.35% | - |
| HSV(B) | 319.42º | 0.99% | 0.69% | - |
| XYZ | 21.03 | 10.49 | 18.37 | - |
| YUV | 67.07 | 157.31 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 119 | 0 | 0.99 | 0.32 | 0.31 | 319.42 | 0.98 | 0.35 |
| Hex | AF | 2 | 77 | 0 | 63 | 20 | 1F | 13F | 62 | 23 |
| Octal | 257 | 2 | 167 | 0 | 143 | 40 | 37 | 477 | 142 | 43 |
| Binary | 10101111 | 10 | 1110111 | 0 | 1100011 | 100000 | 11111 | 100111111 | 1100010 | 100011 |
Color Harmonies of #AF0277
Complementary color
Monochromatic Colors of #AF0277
Black with #AF0277
Text Example
Text Example
White with #AF0277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0277; }
p { color: rgb(175,2,119); }
H1.HeaderClassName
{
color: #AF0277;
}
.AnyTagClassName
{
color: #AF0277;
}
</style>
background-color css
<style>
a { background-color: #AF0277; }
a { background-color: rgb(175,2,119); }
div.DivClassName
{
background-color: #AF0277;
}
.BgClassName
{
background-color: #AF0277;
}
</style>
border-color css
<style>
span { border-color: #AF0277; }
span { border-color: rgb(175,2,119); }
td.TdClassName
{
border-color: #AF0277;
}
.TagClassName
{
border-color: #AF0277;
}
</style>