Shades of Medium Red Violet #AF36A6
Tints of Medium Red Violet #AF36A6
RGB
CMYK
RGB Variations
Color information
#AF36A6 (or 0xAF36A6) is known color: Medium Red Violet. HEX triplet: AF, 36 and A6. RGB value is (175,54,166). Sum of RGB (Red+Green+Blue) = 175+54+166=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF36A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF36A6 is #50C959. Grayscale: #666666. Windows color (decimal): -5294426 or 10892975. OLE color: 10892975.
HSL color Cylindrical-coordinate representation of color #AF36A6: hue angle of 304.46º degrees, saturation: 0.53, 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 #AF36A6 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 166 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.31 |
| HSL | 304.46º | 0.53% | 0.45% | - |
| HSV(B) | 304.46º | 0.69% | 0.69% | - |
| XYZ | 25.88 | 14.51 | 37.51 | - |
| YUV | 102.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 166 | 0 | 0.69 | 0.05 | 0.31 | 304.46 | 0.53 | 0.45 |
| Hex | AF | 36 | A6 | 0 | 45 | 5 | 1F | 130 | 35 | 2D |
| Octal | 257 | 66 | 246 | 0 | 105 | 5 | 37 | 460 | 65 | 55 |
| Binary | 10101111 | 110110 | 10100110 | 0 | 1000101 | 101 | 11111 | 100110000 | 110101 | 101101 |
Color Harmonies of #AF36A6
Complementary color
Monochromatic Colors of #AF36A6
Black with #AF36A6
Text Example
Text Example
White with #AF36A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF36A6; }
p { color: rgb(175,54,166); }
H1.HeaderClassName
{
color: #AF36A6;
}
.AnyTagClassName
{
color: #AF36A6;
}
</style>
background-color css
<style>
a { background-color: #AF36A6; }
a { background-color: rgb(175,54,166); }
div.DivClassName
{
background-color: #AF36A6;
}
.BgClassName
{
background-color: #AF36A6;
}
</style>
border-color css
<style>
span { border-color: #AF36A6; }
span { border-color: rgb(175,54,166); }
td.TdClassName
{
border-color: #AF36A6;
}
.TagClassName
{
border-color: #AF36A6;
}
</style>