Shades of Eggplant #AF0273
Tints of Eggplant #AF0273
RGB
CMYK
RGB Variations
Color information
#AF0273 (or 0xAF0273) is known color: Eggplant. HEX triplet: AF, 02 and 73. RGB value is (175,2,115). Sum of RGB (Red+Green+Blue) = 175+2+115=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0273 is #50FD8C. Grayscale: #424242. Windows color (decimal): -5307789 or 7537327. OLE color: 7537327.
HSL color Cylindrical-coordinate representation of color #AF0273: hue angle of 320.81º 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 #AF0273 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.31 |
| HSL | 320.81º | 0.98% | 0.35% | - |
| HSV(B) | 320.81º | 0.99% | 0.69% | - |
| XYZ | 20.8 | 10.4 | 17.13 | - |
| YUV | 66.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 115 | 0 | 0.99 | 0.34 | 0.31 | 320.81 | 0.98 | 0.35 |
| Hex | AF | 2 | 73 | 0 | 63 | 22 | 1F | 141 | 62 | 23 |
| Octal | 257 | 2 | 163 | 0 | 143 | 42 | 37 | 501 | 142 | 43 |
| Binary | 10101111 | 10 | 1110011 | 0 | 1100011 | 100010 | 11111 | 101000001 | 1100010 | 100011 |
Color Harmonies of #AF0273
Complementary color
Monochromatic Colors of #AF0273
Black with #AF0273
Text Example
Text Example
White with #AF0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0273; }
p { color: rgb(175,2,115); }
H1.HeaderClassName
{
color: #AF0273;
}
.AnyTagClassName
{
color: #AF0273;
}
</style>
background-color css
<style>
a { background-color: #AF0273; }
a { background-color: rgb(175,2,115); }
div.DivClassName
{
background-color: #AF0273;
}
.BgClassName
{
background-color: #AF0273;
}
</style>
border-color css
<style>
span { border-color: #AF0273; }
span { border-color: rgb(175,2,115); }
td.TdClassName
{
border-color: #AF0273;
}
.TagClassName
{
border-color: #AF0273;
}
</style>