Shades of Medium Red Violet #AF33A0
Tints of Medium Red Violet #AF33A0
RGB
CMYK
RGB Variations
Color information
#AF33A0 (or 0xAF33A0) is known color: Medium Red Violet. HEX triplet: AF, 33 and A0. RGB value is (175,51,160). Sum of RGB (Red+Green+Blue) = 175+51+160=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF33A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF33A0 is #50CC5F. Grayscale: #646464. Windows color (decimal): -5295200 or 10498991. OLE color: 10498991.
HSL color Cylindrical-coordinate representation of color #AF33A0: hue angle of 307.26º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF33A0 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 51 | 160 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.31 |
| HSL | 307.26º | 0.55% | 0.44% | - |
| HSV(B) | 307.26º | 0.71% | 0.69% | - |
| XYZ | 25.21 | 14.02 | 34.64 | - |
| YUV | 100.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 51 | 160 | 0 | 0.71 | 0.09 | 0.31 | 307.26 | 0.55 | 0.44 |
| Hex | AF | 33 | A0 | 0 | 47 | 9 | 1F | 133 | 37 | 2C |
| Octal | 257 | 63 | 240 | 0 | 107 | 11 | 37 | 463 | 67 | 54 |
| Binary | 10101111 | 110011 | 10100000 | 0 | 1000111 | 1001 | 11111 | 100110011 | 110111 | 101100 |
Color Harmonies of #AF33A0
Complementary color
Monochromatic Colors of #AF33A0
Black with #AF33A0
Text Example
Text Example
White with #AF33A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF33A0; }
p { color: rgb(175,51,160); }
H1.HeaderClassName
{
color: #AF33A0;
}
.AnyTagClassName
{
color: #AF33A0;
}
</style>
background-color css
<style>
a { background-color: #AF33A0; }
a { background-color: rgb(175,51,160); }
div.DivClassName
{
background-color: #AF33A0;
}
.BgClassName
{
background-color: #AF33A0;
}
</style>
border-color css
<style>
span { border-color: #AF33A0; }
span { border-color: rgb(175,51,160); }
td.TdClassName
{
border-color: #AF33A0;
}
.TagClassName
{
border-color: #AF33A0;
}
</style>