Shades of Medium Violet Red #AF199B
Tints of Medium Violet Red #AF199B
RGB
CMYK
RGB Variations
Color information
#AF199B (or 0xAF199B) is known color: Medium Violet Red. HEX triplet: AF, 19 and 9B. RGB value is (175,25,155). Sum of RGB (Red+Green+Blue) = 175+25+155=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF199B is #50E664. Grayscale: #545454. Windows color (decimal): -5301861 or 10164655. OLE color: 10164655.
HSL color Cylindrical-coordinate representation of color #AF199B: hue angle of 308º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF199B is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 25 | 155 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.31 |
| HSL | 308º | 0.75% | 0.39% | - |
| HSV(B) | 308º | 0.86% | 0.69% | - |
| XYZ | 23.94 | 12.18 | 32.1 | - |
| YUV | 84.67 | 167.7 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 155 | 0 | 0.86 | 0.11 | 0.31 | 308 | 0.75 | 0.39 |
| Hex | AF | 19 | 9B | 0 | 56 | B | 1F | 134 | 4B | 27 |
| Octal | 257 | 31 | 233 | 0 | 126 | 13 | 37 | 464 | 113 | 47 |
| Binary | 10101111 | 11001 | 10011011 | 0 | 1010110 | 1011 | 11111 | 100110100 | 1001011 | 100111 |
Color Harmonies of #AF199B
Complementary color
Monochromatic Colors of #AF199B
Black with #AF199B
Text Example
Text Example
White with #AF199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF199B; }
p { color: rgb(175,25,155); }
H1.HeaderClassName
{
color: #AF199B;
}
.AnyTagClassName
{
color: #AF199B;
}
</style>
background-color css
<style>
a { background-color: #AF199B; }
a { background-color: rgb(175,25,155); }
div.DivClassName
{
background-color: #AF199B;
}
.BgClassName
{
background-color: #AF199B;
}
</style>
border-color css
<style>
span { border-color: #AF199B; }
span { border-color: rgb(175,25,155); }
td.TdClassName
{
border-color: #AF199B;
}
.TagClassName
{
border-color: #AF199B;
}
</style>