Shades of Medium Violet Red #AF0895
Tints of Medium Violet Red #AF0895
RGB
CMYK
RGB Variations
Color information
#AF0895 (or 0xAF0895) is known color: Medium Violet Red. HEX triplet: AF, 08 and 95. RGB value is (175,8,149). Sum of RGB (Red+Green+Blue) = 175+8+149=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0895 is #50F76A. Grayscale: #494949. Windows color (decimal): -5306219 or 9767087. OLE color: 9767087.
HSL color Cylindrical-coordinate representation of color #AF0895: hue angle of 309.34º 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 #AF0895 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 149 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.31 |
| HSL | 309.34º | 0.91% | 0.36% | - |
| HSV(B) | 309.34º | 0.95% | 0.69% | - |
| XYZ | 23.19 | 11.46 | 29.42 | - |
| YUV | 74.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 149 | 0 | 0.95 | 0.15 | 0.31 | 309.34 | 0.91 | 0.36 |
| Hex | AF | 8 | 95 | 0 | 5F | F | 1F | 135 | 5B | 24 |
| Octal | 257 | 10 | 225 | 0 | 137 | 17 | 37 | 465 | 133 | 44 |
| Binary | 10101111 | 1000 | 10010101 | 0 | 1011111 | 1111 | 11111 | 100110101 | 1011011 | 100100 |
Color Harmonies of #AF0895
Complementary color
Monochromatic Colors of #AF0895
Black with #AF0895
Text Example
Text Example
White with #AF0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0895; }
p { color: rgb(175,8,149); }
H1.HeaderClassName
{
color: #AF0895;
}
.AnyTagClassName
{
color: #AF0895;
}
</style>
background-color css
<style>
a { background-color: #AF0895; }
a { background-color: rgb(175,8,149); }
div.DivClassName
{
background-color: #AF0895;
}
.BgClassName
{
background-color: #AF0895;
}
</style>
border-color css
<style>
span { border-color: #AF0895; }
span { border-color: rgb(175,8,149); }
td.TdClassName
{
border-color: #AF0895;
}
.TagClassName
{
border-color: #AF0895;
}
</style>