Shades of Medium Violet Red #AF159B
Tints of Medium Violet Red #AF159B
RGB
CMYK
RGB Variations
Color information
#AF159B (or 0xAF159B) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9B. RGB value is (175,21,155). Sum of RGB (Red+Green+Blue) = 175+21+155=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159B is #50EA64. Grayscale: #515151. Windows color (decimal): -5302885 or 10163631. OLE color: 10163631.
HSL color Cylindrical-coordinate representation of color #AF159B: hue angle of 307.79º 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 #AF159B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 155 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.31 |
| HSL | 307.79º | 0.79% | 0.38% | - |
| HSV(B) | 307.79º | 0.88% | 0.69% | - |
| XYZ | 23.86 | 12.02 | 32.07 | - |
| YUV | 82.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 155 | 0 | 0.88 | 0.11 | 0.31 | 307.79 | 0.79 | 0.38 |
| Hex | AF | 15 | 9B | 0 | 58 | B | 1F | 134 | 4F | 26 |
| Octal | 257 | 25 | 233 | 0 | 130 | 13 | 37 | 464 | 117 | 46 |
| Binary | 10101111 | 10101 | 10011011 | 0 | 1011000 | 1011 | 11111 | 100110100 | 1001111 | 100110 |
Color Harmonies of #AF159B
Complementary color
Monochromatic Colors of #AF159B
Black with #AF159B
Text Example
Text Example
White with #AF159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF159B; }
p { color: rgb(175,21,155); }
H1.HeaderClassName
{
color: #AF159B;
}
.AnyTagClassName
{
color: #AF159B;
}
</style>
background-color css
<style>
a { background-color: #AF159B; }
a { background-color: rgb(175,21,155); }
div.DivClassName
{
background-color: #AF159B;
}
.BgClassName
{
background-color: #AF159B;
}
</style>
border-color css
<style>
span { border-color: #AF159B; }
span { border-color: rgb(175,21,155); }
td.TdClassName
{
border-color: #AF159B;
}
.TagClassName
{
border-color: #AF159B;
}
</style>