Shades of Medium Violet Red #AF1096
Tints of Medium Violet Red #AF1096
RGB
CMYK
RGB Variations
Color information
#AF1096 (or 0xAF1096) is known color: Medium Violet Red. HEX triplet: AF, 10 and 96. RGB value is (175,16,150). Sum of RGB (Red+Green+Blue) = 175+16+150=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 150 (58.98% from 255 or 43.99% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1096 is #50EF69. Grayscale: #4E4E4E. Windows color (decimal): -5304170 or 9834671. OLE color: 9834671.
HSL color Cylindrical-coordinate representation of color #AF1096: hue angle of 309.43º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1096 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 150 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.31 |
| HSL | 309.43º | 0.83% | 0.37% | - |
| HSV(B) | 309.43º | 0.91% | 0.69% | - |
| XYZ | 23.37 | 11.69 | 29.88 | - |
| YUV | 78.82 | 168.18 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 150 | 0 | 0.91 | 0.14 | 0.31 | 309.43 | 0.83 | 0.37 |
| Hex | AF | 10 | 96 | 0 | 5B | E | 1F | 135 | 53 | 25 |
| Octal | 257 | 20 | 226 | 0 | 133 | 16 | 37 | 465 | 123 | 45 |
| Binary | 10101111 | 10000 | 10010110 | 0 | 1011011 | 1110 | 11111 | 100110101 | 1010011 | 100101 |
Color Harmonies of #AF1096
Complementary color
Monochromatic Colors of #AF1096
Black with #AF1096
Text Example
Text Example
White with #AF1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1096; }
p { color: rgb(175,16,150); }
H1.HeaderClassName
{
color: #AF1096;
}
.AnyTagClassName
{
color: #AF1096;
}
</style>
background-color css
<style>
a { background-color: #AF1096; }
a { background-color: rgb(175,16,150); }
div.DivClassName
{
background-color: #AF1096;
}
.BgClassName
{
background-color: #AF1096;
}
</style>
border-color css
<style>
span { border-color: #AF1096; }
span { border-color: rgb(175,16,150); }
td.TdClassName
{
border-color: #AF1096;
}
.TagClassName
{
border-color: #AF1096;
}
</style>