Shades of Medium Violet Red #AF0589
Tints of Medium Violet Red #AF0589
RGB
CMYK
RGB Variations
Color information
#AF0589 (or 0xAF0589) is known color: Medium Violet Red. HEX triplet: AF, 05 and 89. RGB value is (175,5,137). Sum of RGB (Red+Green+Blue) = 175+5+137=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0589 is #50FA76. Grayscale: #464646. Windows color (decimal): -5306999 or 8979887. OLE color: 8979887.
HSL color Cylindrical-coordinate representation of color #AF0589: hue angle of 313.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0589 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 137 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.31 |
| HSL | 313.41º | 0.94% | 0.35% | - |
| HSV(B) | 313.41º | 0.97% | 0.69% | - |
| XYZ | 22.25 | 11.03 | 24.62 | - |
| YUV | 70.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 137 | 0 | 0.97 | 0.22 | 0.31 | 313.41 | 0.94 | 0.35 |
| Hex | AF | 5 | 89 | 0 | 61 | 16 | 1F | 139 | 5E | 23 |
| Octal | 257 | 5 | 211 | 0 | 141 | 26 | 37 | 471 | 136 | 43 |
| Binary | 10101111 | 101 | 10001001 | 0 | 1100001 | 10110 | 11111 | 100111001 | 1011110 | 100011 |
Color Harmonies of #AF0589
Complementary color
Monochromatic Colors of #AF0589
Black with #AF0589
Text Example
Text Example
White with #AF0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0589; }
p { color: rgb(175,5,137); }
H1.HeaderClassName
{
color: #AF0589;
}
.AnyTagClassName
{
color: #AF0589;
}
</style>
background-color css
<style>
a { background-color: #AF0589; }
a { background-color: rgb(175,5,137); }
div.DivClassName
{
background-color: #AF0589;
}
.BgClassName
{
background-color: #AF0589;
}
</style>
border-color css
<style>
span { border-color: #AF0589; }
span { border-color: rgb(175,5,137); }
td.TdClassName
{
border-color: #AF0589;
}
.TagClassName
{
border-color: #AF0589;
}
</style>