Shades of Medium Violet Red #AF1595
Tints of Medium Violet Red #AF1595
RGB
CMYK
RGB Variations
Color information
#AF1595 (or 0xAF1595) is known color: Medium Violet Red. HEX triplet: AF, 15 and 95. RGB value is (175,21,149). Sum of RGB (Red+Green+Blue) = 175+21+149=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1595 is #50EA6A. Grayscale: #515151. Windows color (decimal): -5302891 or 9770415. OLE color: 9770415.
HSL color Cylindrical-coordinate representation of color #AF1595: hue angle of 310.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1595 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 149 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.31 |
| HSL | 310.13º | 0.79% | 0.38% | - |
| HSV(B) | 310.13º | 0.88% | 0.69% | - |
| XYZ | 23.37 | 11.82 | 29.48 | - |
| YUV | 81.64 | 166.02 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 149 | 0 | 0.88 | 0.15 | 0.31 | 310.13 | 0.79 | 0.38 |
| Hex | AF | 15 | 95 | 0 | 58 | F | 1F | 136 | 4F | 26 |
| Octal | 257 | 25 | 225 | 0 | 130 | 17 | 37 | 466 | 117 | 46 |
| Binary | 10101111 | 10101 | 10010101 | 0 | 1011000 | 1111 | 11111 | 100110110 | 1001111 | 100110 |
Color Harmonies of #AF1595
Complementary color
Monochromatic Colors of #AF1595
Black with #AF1595
Text Example
Text Example
White with #AF1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1595; }
p { color: rgb(175,21,149); }
H1.HeaderClassName
{
color: #AF1595;
}
.AnyTagClassName
{
color: #AF1595;
}
</style>
background-color css
<style>
a { background-color: #AF1595; }
a { background-color: rgb(175,21,149); }
div.DivClassName
{
background-color: #AF1595;
}
.BgClassName
{
background-color: #AF1595;
}
</style>
border-color css
<style>
span { border-color: #AF1595; }
span { border-color: rgb(175,21,149); }
td.TdClassName
{
border-color: #AF1595;
}
.TagClassName
{
border-color: #AF1595;
}
</style>