Shades of Medium Violet Red #AF089A
Tints of Medium Violet Red #AF089A
RGB
CMYK
RGB Variations
Color information
#AF089A (or 0xAF089A) is known color: Medium Violet Red. HEX triplet: AF, 08 and 9A. RGB value is (175,8,154). Sum of RGB (Red+Green+Blue) = 175+8+154=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF089A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF089A is #50F765. Grayscale: #4A4A4A. Windows color (decimal): -5306214 or 10094767. OLE color: 10094767.
HSL color Cylindrical-coordinate representation of color #AF089A: hue angle of 307.54º 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 #AF089A is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 154 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.31 |
| HSL | 307.54º | 0.91% | 0.36% | - |
| HSV(B) | 307.54º | 0.95% | 0.69% | - |
| XYZ | 23.6 | 11.62 | 31.57 | - |
| YUV | 74.58 | 172.83 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 154 | 0 | 0.95 | 0.12 | 0.31 | 307.54 | 0.91 | 0.36 |
| Hex | AF | 8 | 9A | 0 | 5F | C | 1F | 134 | 5B | 24 |
| Octal | 257 | 10 | 232 | 0 | 137 | 14 | 37 | 464 | 133 | 44 |
| Binary | 10101111 | 1000 | 10011010 | 0 | 1011111 | 1100 | 11111 | 100110100 | 1011011 | 100100 |
Color Harmonies of #AF089A
Complementary color
Monochromatic Colors of #AF089A
Black with #AF089A
Text Example
Text Example
White with #AF089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF089A; }
p { color: rgb(175,8,154); }
H1.HeaderClassName
{
color: #AF089A;
}
.AnyTagClassName
{
color: #AF089A;
}
</style>
background-color css
<style>
a { background-color: #AF089A; }
a { background-color: rgb(175,8,154); }
div.DivClassName
{
background-color: #AF089A;
}
.BgClassName
{
background-color: #AF089A;
}
</style>
border-color css
<style>
span { border-color: #AF089A; }
span { border-color: rgb(175,8,154); }
td.TdClassName
{
border-color: #AF089A;
}
.TagClassName
{
border-color: #AF089A;
}
</style>