Shades of Eggplant #AF0173
Tints of Eggplant #AF0173
RGB
CMYK
RGB Variations
Color information
#AF0173 (or 0xAF0173) is known color: Eggplant. HEX triplet: AF, 01 and 73. RGB value is (175,1,115). Sum of RGB (Red+Green+Blue) = 175+1+115=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0173 is #50FE8C. Grayscale: #414141. Windows color (decimal): -5308045 or 7537071. OLE color: 7537071.
HSL color Cylindrical-coordinate representation of color #AF0173: hue angle of 320.69º 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 #AF0173 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.31 |
| HSL | 320.69º | 0.99% | 0.35% | - |
| HSV(B) | 320.69º | 0.99% | 0.69% | - |
| XYZ | 20.78 | 10.37 | 17.13 | - |
| YUV | 66.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 115 | 0 | 0.99 | 0.34 | 0.31 | 320.69 | 0.99 | 0.35 |
| Hex | AF | 1 | 73 | 0 | 63 | 22 | 1F | 141 | 63 | 23 |
| Octal | 257 | 1 | 163 | 0 | 143 | 42 | 37 | 501 | 143 | 43 |
| Binary | 10101111 | 1 | 1110011 | 0 | 1100011 | 100010 | 11111 | 101000001 | 1100011 | 100011 |
Color Harmonies of #AF0173
Complementary color
Monochromatic Colors of #AF0173
Black with #AF0173
Text Example
Text Example
White with #AF0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0173; }
p { color: rgb(175,1,115); }
H1.HeaderClassName
{
color: #AF0173;
}
.AnyTagClassName
{
color: #AF0173;
}
</style>
background-color css
<style>
a { background-color: #AF0173; }
a { background-color: rgb(175,1,115); }
div.DivClassName
{
background-color: #AF0173;
}
.BgClassName
{
background-color: #AF0173;
}
</style>
border-color css
<style>
span { border-color: #AF0173; }
span { border-color: rgb(175,1,115); }
td.TdClassName
{
border-color: #AF0173;
}
.TagClassName
{
border-color: #AF0173;
}
</style>