Shades of Eggplant #AF027B
Tints of Eggplant #AF027B
RGB
CMYK
RGB Variations
Color information
#AF027B (or 0xAF027B) is known color: Eggplant. HEX triplet: AF, 02 and 7B. RGB value is (175,2,123). Sum of RGB (Red+Green+Blue) = 175+2+123=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF027B is #50FD84. Grayscale: #434343. Windows color (decimal): -5307781 or 8061615. OLE color: 8061615.
HSL color Cylindrical-coordinate representation of color #AF027B: hue angle of 318.03º 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 #AF027B is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.31 |
| HSL | 318.03º | 0.98% | 0.35% | - |
| HSV(B) | 318.03º | 0.99% | 0.69% | - |
| XYZ | 21.28 | 10.59 | 19.66 | - |
| YUV | 67.52 | 159.31 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 123 | 0 | 0.99 | 0.30 | 0.31 | 318.03 | 0.98 | 0.35 |
| Hex | AF | 2 | 7B | 0 | 63 | 1E | 1F | 13E | 62 | 23 |
| Octal | 257 | 2 | 173 | 0 | 143 | 36 | 37 | 476 | 142 | 43 |
| Binary | 10101111 | 10 | 1111011 | 0 | 1100011 | 11110 | 11111 | 100111110 | 1100010 | 100011 |
Color Harmonies of #AF027B
Complementary color
Monochromatic Colors of #AF027B
Black with #AF027B
Text Example
Text Example
White with #AF027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF027B; }
p { color: rgb(175,2,123); }
H1.HeaderClassName
{
color: #AF027B;
}
.AnyTagClassName
{
color: #AF027B;
}
</style>
background-color css
<style>
a { background-color: #AF027B; }
a { background-color: rgb(175,2,123); }
div.DivClassName
{
background-color: #AF027B;
}
.BgClassName
{
background-color: #AF027B;
}
</style>
border-color css
<style>
span { border-color: #AF027B; }
span { border-color: rgb(175,2,123); }
td.TdClassName
{
border-color: #AF027B;
}
.TagClassName
{
border-color: #AF027B;
}
</style>