Shades of Medium Violet Red #AF0595
Tints of Medium Violet Red #AF0595
RGB
CMYK
RGB Variations
Color information
#AF0595 (or 0xAF0595) is known color: Medium Violet Red. HEX triplet: AF, 05 and 95. RGB value is (175,5,149). Sum of RGB (Red+Green+Blue) = 175+5+149=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0595 is #50FA6A. Grayscale: #474747. Windows color (decimal): -5306987 or 9766319. OLE color: 9766319.
HSL color Cylindrical-coordinate representation of color #AF0595: hue angle of 309.18º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0595 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 149 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.31 |
| HSL | 309.18º | 0.94% | 0.35% | - |
| HSV(B) | 309.18º | 0.97% | 0.69% | - |
| XYZ | 23.16 | 11.39 | 29.41 | - |
| YUV | 72.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 149 | 0 | 0.97 | 0.15 | 0.31 | 309.18 | 0.94 | 0.35 |
| Hex | AF | 5 | 95 | 0 | 61 | F | 1F | 135 | 5E | 23 |
| Octal | 257 | 5 | 225 | 0 | 141 | 17 | 37 | 465 | 136 | 43 |
| Binary | 10101111 | 101 | 10010101 | 0 | 1100001 | 1111 | 11111 | 100110101 | 1011110 | 100011 |
Color Harmonies of #AF0595
Complementary color
Monochromatic Colors of #AF0595
Black with #AF0595
Text Example
Text Example
White with #AF0595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0595; }
p { color: rgb(175,5,149); }
H1.HeaderClassName
{
color: #AF0595;
}
.AnyTagClassName
{
color: #AF0595;
}
</style>
background-color css
<style>
a { background-color: #AF0595; }
a { background-color: rgb(175,5,149); }
div.DivClassName
{
background-color: #AF0595;
}
.BgClassName
{
background-color: #AF0595;
}
</style>
border-color css
<style>
span { border-color: #AF0595; }
span { border-color: rgb(175,5,149); }
td.TdClassName
{
border-color: #AF0595;
}
.TagClassName
{
border-color: #AF0595;
}
</style>