Shades of Medium Violet Red #AF0A89
Tints of Medium Violet Red #AF0A89
RGB
CMYK
RGB Variations
Color information
#AF0A89 (or 0xAF0A89) is known color: Medium Violet Red. HEX triplet: AF, 0A and 89. RGB value is (175,10,137). Sum of RGB (Red+Green+Blue) = 175+10+137=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A89 is #50F576. Grayscale: #494949. Windows color (decimal): -5305719 or 8981167. OLE color: 8981167.
HSL color Cylindrical-coordinate representation of color #AF0A89: hue angle of 313.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A89 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 137 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.31 |
| HSL | 313.82º | 0.89% | 0.36% | - |
| HSV(B) | 313.82º | 0.94% | 0.69% | - |
| XYZ | 22.3 | 11.14 | 24.64 | - |
| YUV | 73.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 137 | 0 | 0.94 | 0.22 | 0.31 | 313.82 | 0.89 | 0.36 |
| Hex | AF | A | 89 | 0 | 5E | 16 | 1F | 13A | 59 | 24 |
| Octal | 257 | 12 | 211 | 0 | 136 | 26 | 37 | 472 | 131 | 44 |
| Binary | 10101111 | 1010 | 10001001 | 0 | 1011110 | 10110 | 11111 | 100111010 | 1011001 | 100100 |
Color Harmonies of #AF0A89
Complementary color
Monochromatic Colors of #AF0A89
Black with #AF0A89
Text Example
Text Example
White with #AF0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A89; }
p { color: rgb(175,10,137); }
H1.HeaderClassName
{
color: #AF0A89;
}
.AnyTagClassName
{
color: #AF0A89;
}
</style>
background-color css
<style>
a { background-color: #AF0A89; }
a { background-color: rgb(175,10,137); }
div.DivClassName
{
background-color: #AF0A89;
}
.BgClassName
{
background-color: #AF0A89;
}
</style>
border-color css
<style>
span { border-color: #AF0A89; }
span { border-color: rgb(175,10,137); }
td.TdClassName
{
border-color: #AF0A89;
}
.TagClassName
{
border-color: #AF0A89;
}
</style>