Shades of Medium Violet Red #AF13A2
Tints of Medium Violet Red #AF13A2
RGB
CMYK
RGB Variations
Color information
#AF13A2 (or 0xAF13A2) is known color: Medium Violet Red. HEX triplet: AF, 13 and A2. RGB value is (175,19,162). Sum of RGB (Red+Green+Blue) = 175+19+162=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF13A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF13A2 is #50EC5D. Grayscale: #515151. Windows color (decimal): -5303390 or 10621871. OLE color: 10621871.
HSL color Cylindrical-coordinate representation of color #AF13A2: hue angle of 305º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF13A2 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 162 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.31 |
| HSL | 305º | 0.8% | 0.38% | - |
| HSV(B) | 305º | 0.89% | 0.69% | - |
| XYZ | 24.43 | 12.19 | 35.25 | - |
| YUV | 81.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 162 | 0 | 0.89 | 0.07 | 0.31 | 305 | 0.8 | 0.38 |
| Hex | AF | 13 | A2 | 0 | 59 | 7 | 1F | 131 | 50 | 26 |
| Octal | 257 | 23 | 242 | 0 | 131 | 7 | 37 | 461 | 120 | 46 |
| Binary | 10101111 | 10011 | 10100010 | 0 | 1011001 | 111 | 11111 | 100110001 | 1010000 | 100110 |
Color Harmonies of #AF13A2
Complementary color
Monochromatic Colors of #AF13A2
Black with #AF13A2
Text Example
Text Example
White with #AF13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13A2; }
p { color: rgb(175,19,162); }
H1.HeaderClassName
{
color: #AF13A2;
}
.AnyTagClassName
{
color: #AF13A2;
}
</style>
background-color css
<style>
a { background-color: #AF13A2; }
a { background-color: rgb(175,19,162); }
div.DivClassName
{
background-color: #AF13A2;
}
.BgClassName
{
background-color: #AF13A2;
}
</style>
border-color css
<style>
span { border-color: #AF13A2; }
span { border-color: rgb(175,19,162); }
td.TdClassName
{
border-color: #AF13A2;
}
.TagClassName
{
border-color: #AF13A2;
}
</style>