Shades of Medium Violet Red #AF008E
Tints of Medium Violet Red #AF008E
RGB
CMYK
RGB Variations
Color information
#AF008E (or 0xAF008E) is known color: Medium Violet Red. HEX triplet: AF, 00 and 8E. RGB value is (175,0,142). Sum of RGB (Red+Green+Blue) = 175+0+142=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF008E is #50FF71. Grayscale: #444444. Windows color (decimal): -5308274 or 9306287. OLE color: 9306287.
HSL color Cylindrical-coordinate representation of color #AF008E: hue angle of 311.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF008E is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 142 | - |
| CMYK | 0 | 1 | 0.19 | 0.31 |
| HSL | 311.31º | 1% | 0.34% | - |
| HSV(B) | 311.31º | 1% | 0.69% | - |
| XYZ | 22.56 | 11.07 | 26.54 | - |
| YUV | 68.51 | 169.48 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 142 | 0 | 1 | 0.19 | 0.31 | 311.31 | 1 | 0.34 |
| Hex | AF | 0 | 8E | 0 | 64 | 13 | 1F | 137 | 64 | 22 |
| Octal | 257 | 0 | 216 | 0 | 144 | 23 | 37 | 467 | 144 | 42 |
| Binary | 10101111 | 0 | 10001110 | 0 | 1100100 | 10011 | 11111 | 100110111 | 1100100 | 100010 |
Color Harmonies of #AF008E
Complementary color
Monochromatic Colors of #AF008E
Black with #AF008E
Text Example
Text Example
White with #AF008E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF008E; }
p { color: rgb(175,0,142); }
H1.HeaderClassName
{
color: #AF008E;
}
.AnyTagClassName
{
color: #AF008E;
}
</style>
background-color css
<style>
a { background-color: #AF008E; }
a { background-color: rgb(175,0,142); }
div.DivClassName
{
background-color: #AF008E;
}
.BgClassName
{
background-color: #AF008E;
}
</style>
border-color css
<style>
span { border-color: #AF008E; }
span { border-color: rgb(175,0,142); }
td.TdClassName
{
border-color: #AF008E;
}
.TagClassName
{
border-color: #AF008E;
}
</style>