Shades of Medium Red Violet #AF37A2
Tints of Medium Red Violet #AF37A2
RGB
CMYK
RGB Variations
Color information
#AF37A2 (or 0xAF37A2) is known color: Medium Red Violet. HEX triplet: AF, 37 and A2. RGB value is (175,55,162). Sum of RGB (Red+Green+Blue) = 175+55+162=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF37A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF37A2 is #50C85D. Grayscale: #666666. Windows color (decimal): -5294174 or 10631087. OLE color: 10631087.
HSL color Cylindrical-coordinate representation of color #AF37A2: hue angle of 306.5º 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 #AF37A2 is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 162 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.31 |
| HSL | 306.5º | 0.52% | 0.45% | - |
| HSV(B) | 306.5º | 0.69% | 0.69% | - |
| XYZ | 25.57 | 14.45 | 35.62 | - |
| YUV | 103.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 162 | 0 | 0.69 | 0.07 | 0.31 | 306.5 | 0.52 | 0.45 |
| Hex | AF | 37 | A2 | 0 | 45 | 7 | 1F | 132 | 34 | 2D |
| Octal | 257 | 67 | 242 | 0 | 105 | 7 | 37 | 462 | 64 | 55 |
| Binary | 10101111 | 110111 | 10100010 | 0 | 1000101 | 111 | 11111 | 100110010 | 110100 | 101101 |
Color Harmonies of #AF37A2
Complementary color
Monochromatic Colors of #AF37A2
Black with #AF37A2
Text Example
Text Example
White with #AF37A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF37A2; }
p { color: rgb(175,55,162); }
H1.HeaderClassName
{
color: #AF37A2;
}
.AnyTagClassName
{
color: #AF37A2;
}
</style>
background-color css
<style>
a { background-color: #AF37A2; }
a { background-color: rgb(175,55,162); }
div.DivClassName
{
background-color: #AF37A2;
}
.BgClassName
{
background-color: #AF37A2;
}
</style>
border-color css
<style>
span { border-color: #AF37A2; }
span { border-color: rgb(175,55,162); }
td.TdClassName
{
border-color: #AF37A2;
}
.TagClassName
{
border-color: #AF37A2;
}
</style>