Shades of Medium Violet Red #AF0889
Tints of Medium Violet Red #AF0889
RGB
CMYK
RGB Variations
Color information
#AF0889 (or 0xAF0889) is known color: Medium Violet Red. HEX triplet: AF, 08 and 89. RGB value is (175,8,137). Sum of RGB (Red+Green+Blue) = 175+8+137=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0889 is #50F776. Grayscale: #484848. Windows color (decimal): -5306231 or 8980655. OLE color: 8980655.
HSL color Cylindrical-coordinate representation of color #AF0889: hue angle of 313.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0889 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 137 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.31 |
| HSL | 313.65º | 0.91% | 0.36% | - |
| HSV(B) | 313.65º | 0.95% | 0.69% | - |
| XYZ | 22.28 | 11.09 | 24.63 | - |
| YUV | 72.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 137 | 0 | 0.95 | 0.22 | 0.31 | 313.65 | 0.91 | 0.36 |
| Hex | AF | 8 | 89 | 0 | 5F | 16 | 1F | 13A | 5B | 24 |
| Octal | 257 | 10 | 211 | 0 | 137 | 26 | 37 | 472 | 133 | 44 |
| Binary | 10101111 | 1000 | 10001001 | 0 | 1011111 | 10110 | 11111 | 100111010 | 1011011 | 100100 |
Color Harmonies of #AF0889
Complementary color
Monochromatic Colors of #AF0889
Black with #AF0889
Text Example
Text Example
White with #AF0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0889; }
p { color: rgb(175,8,137); }
H1.HeaderClassName
{
color: #AF0889;
}
.AnyTagClassName
{
color: #AF0889;
}
</style>
background-color css
<style>
a { background-color: #AF0889; }
a { background-color: rgb(175,8,137); }
div.DivClassName
{
background-color: #AF0889;
}
.BgClassName
{
background-color: #AF0889;
}
</style>
border-color css
<style>
span { border-color: #AF0889; }
span { border-color: rgb(175,8,137); }
td.TdClassName
{
border-color: #AF0889;
}
.TagClassName
{
border-color: #AF0889;
}
</style>