Shades of Medium Violet Red #AF159A
Tints of Medium Violet Red #AF159A
RGB
CMYK
RGB Variations
Color information
#AF159A (or 0xAF159A) is known color: Medium Violet Red. HEX triplet: AF, 15 and 9A. RGB value is (175,21,154). Sum of RGB (Red+Green+Blue) = 175+21+154=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF159A is #50EA65. Grayscale: #515151. Windows color (decimal): -5302886 or 10098095. OLE color: 10098095.
HSL color Cylindrical-coordinate representation of color #AF159A: hue angle of 308.18º 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 #AF159A is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 154 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.31 |
| HSL | 308.18º | 0.79% | 0.38% | - |
| HSV(B) | 308.18º | 0.88% | 0.69% | - |
| XYZ | 23.78 | 11.98 | 31.63 | - |
| YUV | 82.21 | 168.52 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 154 | 0 | 0.88 | 0.12 | 0.31 | 308.18 | 0.79 | 0.38 |
| Hex | AF | 15 | 9A | 0 | 58 | C | 1F | 134 | 4F | 26 |
| Octal | 257 | 25 | 232 | 0 | 130 | 14 | 37 | 464 | 117 | 46 |
| Binary | 10101111 | 10101 | 10011010 | 0 | 1011000 | 1100 | 11111 | 100110100 | 1001111 | 100110 |
Color Harmonies of #AF159A
Complementary color
Monochromatic Colors of #AF159A
Black with #AF159A
Text Example
Text Example
White with #AF159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF159A; }
p { color: rgb(175,21,154); }
H1.HeaderClassName
{
color: #AF159A;
}
.AnyTagClassName
{
color: #AF159A;
}
</style>
background-color css
<style>
a { background-color: #AF159A; }
a { background-color: rgb(175,21,154); }
div.DivClassName
{
background-color: #AF159A;
}
.BgClassName
{
background-color: #AF159A;
}
</style>
border-color css
<style>
span { border-color: #AF159A; }
span { border-color: rgb(175,21,154); }
td.TdClassName
{
border-color: #AF159A;
}
.TagClassName
{
border-color: #AF159A;
}
</style>