Shades of Medium Violet Red #AF0188
Tints of Medium Violet Red #AF0188
RGB
CMYK
RGB Variations
Color information
#AF0188 (or 0xAF0188) is known color: Medium Violet Red. HEX triplet: AF, 01 and 88. RGB value is (175,1,136). Sum of RGB (Red+Green+Blue) = 175+1+136=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0188 is #50FE77. Grayscale: #444444. Windows color (decimal): -5308024 or 8913327. OLE color: 8913327.
HSL color Cylindrical-coordinate representation of color #AF0188: hue angle of 313.45º 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 #AF0188 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.31 |
| HSL | 313.45º | 0.99% | 0.35% | - |
| HSV(B) | 313.45º | 0.99% | 0.69% | - |
| XYZ | 22.13 | 10.91 | 24.23 | - |
| YUV | 68.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 136 | 0 | 0.99 | 0.22 | 0.31 | 313.45 | 0.99 | 0.35 |
| Hex | AF | 1 | 88 | 0 | 63 | 16 | 1F | 139 | 63 | 23 |
| Octal | 257 | 1 | 210 | 0 | 143 | 26 | 37 | 471 | 143 | 43 |
| Binary | 10101111 | 1 | 10001000 | 0 | 1100011 | 10110 | 11111 | 100111001 | 1100011 | 100011 |
Color Harmonies of #AF0188
Complementary color
Monochromatic Colors of #AF0188
Black with #AF0188
Text Example
Text Example
White with #AF0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0188; }
p { color: rgb(175,1,136); }
H1.HeaderClassName
{
color: #AF0188;
}
.AnyTagClassName
{
color: #AF0188;
}
</style>
background-color css
<style>
a { background-color: #AF0188; }
a { background-color: rgb(175,1,136); }
div.DivClassName
{
background-color: #AF0188;
}
.BgClassName
{
background-color: #AF0188;
}
</style>
border-color css
<style>
span { border-color: #AF0188; }
span { border-color: rgb(175,1,136); }
td.TdClassName
{
border-color: #AF0188;
}
.TagClassName
{
border-color: #AF0188;
}
</style>