Shades of Eggplant #AF0074
Tints of Eggplant #AF0074
RGB
CMYK
RGB Variations
Color information
#AF0074 (or 0xAF0074) is known color: Eggplant. HEX triplet: AF, 00 and 74. RGB value is (175,0,116). Sum of RGB (Red+Green+Blue) = 175+0+116=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 116 (45.70% from 255 or 39.86% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0074 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0074 is #50FF8B. Grayscale: #414141. Windows color (decimal): -5308300 or 7602351. OLE color: 7602351.
HSL color Cylindrical-coordinate representation of color #AF0074: hue angle of 320.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0074 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.34 | 0.31 |
| HSL | 320.23º | 1% | 0.34% | - |
| HSV(B) | 320.23º | 1% | 0.69% | - |
| XYZ | 20.83 | 10.37 | 17.43 | - |
| YUV | 65.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 116 | 0 | 1 | 0.34 | 0.31 | 320.23 | 1 | 0.34 |
| Hex | AF | 0 | 74 | 0 | 64 | 22 | 1F | 140 | 64 | 22 |
| Octal | 257 | 0 | 164 | 0 | 144 | 42 | 37 | 500 | 144 | 42 |
| Binary | 10101111 | 0 | 1110100 | 0 | 1100100 | 100010 | 11111 | 101000000 | 1100100 | 100010 |
Color Harmonies of #AF0074
Complementary color
Monochromatic Colors of #AF0074
Black with #AF0074
Text Example
Text Example
White with #AF0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0074; }
p { color: rgb(175,0,116); }
H1.HeaderClassName
{
color: #AF0074;
}
.AnyTagClassName
{
color: #AF0074;
}
</style>
background-color css
<style>
a { background-color: #AF0074; }
a { background-color: rgb(175,0,116); }
div.DivClassName
{
background-color: #AF0074;
}
.BgClassName
{
background-color: #AF0074;
}
</style>
border-color css
<style>
span { border-color: #AF0074; }
span { border-color: rgb(175,0,116); }
td.TdClassName
{
border-color: #AF0074;
}
.TagClassName
{
border-color: #AF0074;
}
</style>