Shades of Medium Red Violet #AF37A3
Tints of Medium Red Violet #AF37A3
RGB
CMYK
RGB Variations
Color information
#AF37A3 (or 0xAF37A3) is known color: Medium Red Violet. HEX triplet: AF, 37 and A3. RGB value is (175,55,163). Sum of RGB (Red+Green+Blue) = 175+55+163=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A3 is #50C85C. Grayscale: #666666. Windows color (decimal): -5294173 or 10696623. OLE color: 10696623.
HSL color Cylindrical-coordinate representation of color #AF37A3: hue angle of 306º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF37A3 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 163 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.31 |
| HSL | 306º | 0.52% | 0.45% | - |
| HSV(B) | 306º | 0.69% | 0.69% | - |
| XYZ | 25.66 | 14.49 | 36.1 | - |
| YUV | 103.19 | 161.76 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 163 | 0 | 0.69 | 0.07 | 0.31 | 306 | 0.52 | 0.45 |
| Hex | AF | 37 | A3 | 0 | 45 | 7 | 1F | 132 | 34 | 2D |
| Octal | 257 | 67 | 243 | 0 | 105 | 7 | 37 | 462 | 64 | 55 |
| Binary | 10101111 | 110111 | 10100011 | 0 | 1000101 | 111 | 11111 | 100110010 | 110100 | 101101 |
Color Harmonies of #AF37A3
Complementary color
Monochromatic Colors of #AF37A3
Black with #AF37A3
Text Example
Text Example
White with #AF37A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37A3; }
p { color: rgb(175,55,163); }
H1.HeaderClassName
{
color: #AF37A3;
}
.AnyTagClassName
{
color: #AF37A3;
}
</style>
background-color css
<style>
a { background-color: #AF37A3; }
a { background-color: rgb(175,55,163); }
div.DivClassName
{
background-color: #AF37A3;
}
.BgClassName
{
background-color: #AF37A3;
}
</style>
border-color css
<style>
span { border-color: #AF37A3; }
span { border-color: rgb(175,55,163); }
td.TdClassName
{
border-color: #AF37A3;
}
.TagClassName
{
border-color: #AF37A3;
}
</style>