Shades of Medium Violet Red #AF0896
Tints of Medium Violet Red #AF0896
RGB
CMYK
RGB Variations
Color information
#AF0896 (or 0xAF0896) is known color: Medium Violet Red. HEX triplet: AF, 08 and 96. RGB value is (175,8,150). Sum of RGB (Red+Green+Blue) = 175+8+150=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0896 is #50F769. Grayscale: #494949. Windows color (decimal): -5306218 or 9832623. OLE color: 9832623.
HSL color Cylindrical-coordinate representation of color #AF0896: hue angle of 308.98º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0896 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 150 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.31 |
| HSL | 308.98º | 0.91% | 0.36% | - |
| HSV(B) | 308.98º | 0.95% | 0.69% | - |
| XYZ | 23.27 | 11.49 | 29.85 | - |
| YUV | 74.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 150 | 0 | 0.95 | 0.14 | 0.31 | 308.98 | 0.91 | 0.36 |
| Hex | AF | 8 | 96 | 0 | 5F | E | 1F | 135 | 5B | 24 |
| Octal | 257 | 10 | 226 | 0 | 137 | 16 | 37 | 465 | 133 | 44 |
| Binary | 10101111 | 1000 | 10010110 | 0 | 1011111 | 1110 | 11111 | 100110101 | 1011011 | 100100 |
Color Harmonies of #AF0896
Complementary color
Monochromatic Colors of #AF0896
Black with #AF0896
Text Example
Text Example
White with #AF0896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0896; }
p { color: rgb(175,8,150); }
H1.HeaderClassName
{
color: #AF0896;
}
.AnyTagClassName
{
color: #AF0896;
}
</style>
background-color css
<style>
a { background-color: #AF0896; }
a { background-color: rgb(175,8,150); }
div.DivClassName
{
background-color: #AF0896;
}
.BgClassName
{
background-color: #AF0896;
}
</style>
border-color css
<style>
span { border-color: #AF0896; }
span { border-color: rgb(175,8,150); }
td.TdClassName
{
border-color: #AF0896;
}
.TagClassName
{
border-color: #AF0896;
}
</style>