Shades of Medium Violet Red #AF087E
Tints of Medium Violet Red #AF087E
RGB
CMYK
RGB Variations
Color information
#AF087E (or 0xAF087E) is known color: Medium Violet Red. HEX triplet: AF, 08 and 7E. RGB value is (175,8,126). Sum of RGB (Red+Green+Blue) = 175+8+126=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF087E is #50F781. Grayscale: #474747. Windows color (decimal): -5306242 or 8259759. OLE color: 8259759.
HSL color Cylindrical-coordinate representation of color #AF087E: hue angle of 317.6º 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 #AF087E is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 126 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.31 |
| HSL | 317.6º | 0.91% | 0.36% | - |
| HSV(B) | 317.6º | 0.95% | 0.69% | - |
| XYZ | 21.53 | 10.79 | 20.69 | - |
| YUV | 71.39 | 158.83 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 126 | 0 | 0.95 | 0.28 | 0.31 | 317.6 | 0.91 | 0.36 |
| Hex | AF | 8 | 7E | 0 | 5F | 1C | 1F | 13E | 5B | 24 |
| Octal | 257 | 10 | 176 | 0 | 137 | 34 | 37 | 476 | 133 | 44 |
| Binary | 10101111 | 1000 | 1111110 | 0 | 1011111 | 11100 | 11111 | 100111110 | 1011011 | 100100 |
Color Harmonies of #AF087E
Complementary color
Monochromatic Colors of #AF087E
Black with #AF087E
Text Example
Text Example
White with #AF087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF087E; }
p { color: rgb(175,8,126); }
H1.HeaderClassName
{
color: #AF087E;
}
.AnyTagClassName
{
color: #AF087E;
}
</style>
background-color css
<style>
a { background-color: #AF087E; }
a { background-color: rgb(175,8,126); }
div.DivClassName
{
background-color: #AF087E;
}
.BgClassName
{
background-color: #AF087E;
}
</style>
border-color css
<style>
span { border-color: #AF087E; }
span { border-color: rgb(175,8,126); }
td.TdClassName
{
border-color: #AF087E;
}
.TagClassName
{
border-color: #AF087E;
}
</style>