Shades of Medium Violet Red #AF087A
Tints of Medium Violet Red #AF087A
RGB
CMYK
RGB Variations
Color information
#AF087A (or 0xAF087A) is known color: Medium Violet Red. HEX triplet: AF, 08 and 7A. RGB value is (175,8,122). Sum of RGB (Red+Green+Blue) = 175+8+122=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF087A is #50F785. Grayscale: #464646. Windows color (decimal): -5306246 or 7997615. OLE color: 7997615.
HSL color Cylindrical-coordinate representation of color #AF087A: hue angle of 319.04º 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 #AF087A is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 122 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.31 |
| HSL | 319.04º | 0.91% | 0.36% | - |
| HSV(B) | 319.04º | 0.95% | 0.69% | - |
| XYZ | 21.28 | 10.69 | 19.35 | - |
| YUV | 70.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 122 | 0 | 0.95 | 0.30 | 0.31 | 319.04 | 0.91 | 0.36 |
| Hex | AF | 8 | 7A | 0 | 5F | 1E | 1F | 13F | 5B | 24 |
| Octal | 257 | 10 | 172 | 0 | 137 | 36 | 37 | 477 | 133 | 44 |
| Binary | 10101111 | 1000 | 1111010 | 0 | 1011111 | 11110 | 11111 | 100111111 | 1011011 | 100100 |
Color Harmonies of #AF087A
Complementary color
Monochromatic Colors of #AF087A
Black with #AF087A
Text Example
Text Example
White with #AF087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF087A; }
p { color: rgb(175,8,122); }
H1.HeaderClassName
{
color: #AF087A;
}
.AnyTagClassName
{
color: #AF087A;
}
</style>
background-color css
<style>
a { background-color: #AF087A; }
a { background-color: rgb(175,8,122); }
div.DivClassName
{
background-color: #AF087A;
}
.BgClassName
{
background-color: #AF087A;
}
</style>
border-color css
<style>
span { border-color: #AF087A; }
span { border-color: rgb(175,8,122); }
td.TdClassName
{
border-color: #AF087A;
}
.TagClassName
{
border-color: #AF087A;
}
</style>