Shades of Medium Violet Red #AF0088
Tints of Medium Violet Red #AF0088
RGB
CMYK
RGB Variations
Color information
#AF0088 (or 0xAF0088) is known color: Medium Violet Red. HEX triplet: AF, 00 and 88. RGB value is (175,0,136). Sum of RGB (Red+Green+Blue) = 175+0+136=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0088 is #50FF77. Grayscale: #434343. Windows color (decimal): -5308280 or 8913071. OLE color: 8913071.
HSL color Cylindrical-coordinate representation of color #AF0088: hue angle of 313.37º 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 #AF0088 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.22 | 0.31 |
| HSL | 313.37º | 1% | 0.34% | - |
| HSV(B) | 313.37º | 1% | 0.69% | - |
| XYZ | 22.12 | 10.89 | 24.23 | - |
| YUV | 67.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 136 | 0 | 1 | 0.22 | 0.31 | 313.37 | 1 | 0.34 |
| Hex | AF | 0 | 88 | 0 | 64 | 16 | 1F | 139 | 64 | 22 |
| Octal | 257 | 0 | 210 | 0 | 144 | 26 | 37 | 471 | 144 | 42 |
| Binary | 10101111 | 0 | 10001000 | 0 | 1100100 | 10110 | 11111 | 100111001 | 1100100 | 100010 |
Color Harmonies of #AF0088
Complementary color
Monochromatic Colors of #AF0088
Black with #AF0088
Text Example
Text Example
White with #AF0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0088; }
p { color: rgb(175,0,136); }
H1.HeaderClassName
{
color: #AF0088;
}
.AnyTagClassName
{
color: #AF0088;
}
</style>
background-color css
<style>
a { background-color: #AF0088; }
a { background-color: rgb(175,0,136); }
div.DivClassName
{
background-color: #AF0088;
}
.BgClassName
{
background-color: #AF0088;
}
</style>
border-color css
<style>
span { border-color: #AF0088; }
span { border-color: rgb(175,0,136); }
td.TdClassName
{
border-color: #AF0088;
}
.TagClassName
{
border-color: #AF0088;
}
</style>