Shades of Medium Violet Red #AF12A3
Tints of Medium Violet Red #AF12A3
RGB
CMYK
RGB Variations
Color information
#AF12A3 (or 0xAF12A3) is known color: Medium Violet Red. HEX triplet: AF, 12 and A3. RGB value is (175,18,163). Sum of RGB (Red+Green+Blue) = 175+18+163=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF12A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF12A3 is #50ED5C. Grayscale: #515151. Windows color (decimal): -5303645 or 10687151. OLE color: 10687151.
HSL color Cylindrical-coordinate representation of color #AF12A3: hue angle of 304.59º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF12A3 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 163 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.31 |
| HSL | 304.59º | 0.81% | 0.38% | - |
| HSV(B) | 304.59º | 0.9% | 0.69% | - |
| XYZ | 24.51 | 12.19 | 35.71 | - |
| YUV | 81.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 163 | 0 | 0.90 | 0.07 | 0.31 | 304.59 | 0.81 | 0.38 |
| Hex | AF | 12 | A3 | 0 | 5A | 7 | 1F | 131 | 51 | 26 |
| Octal | 257 | 22 | 243 | 0 | 132 | 7 | 37 | 461 | 121 | 46 |
| Binary | 10101111 | 10010 | 10100011 | 0 | 1011010 | 111 | 11111 | 100110001 | 1010001 | 100110 |
Color Harmonies of #AF12A3
Complementary color
Monochromatic Colors of #AF12A3
Black with #AF12A3
Text Example
Text Example
White with #AF12A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF12A3; }
p { color: rgb(175,18,163); }
H1.HeaderClassName
{
color: #AF12A3;
}
.AnyTagClassName
{
color: #AF12A3;
}
</style>
background-color css
<style>
a { background-color: #AF12A3; }
a { background-color: rgb(175,18,163); }
div.DivClassName
{
background-color: #AF12A3;
}
.BgClassName
{
background-color: #AF12A3;
}
</style>
border-color css
<style>
span { border-color: #AF12A3; }
span { border-color: rgb(175,18,163); }
td.TdClassName
{
border-color: #AF12A3;
}
.TagClassName
{
border-color: #AF12A3;
}
</style>