Shades of Medium Violet Red #AF008C
Tints of Medium Violet Red #AF008C
RGB
CMYK
RGB Variations
Color information
#AF008C (or 0xAF008C) is known color: Medium Violet Red. HEX triplet: AF, 00 and 8C. RGB value is (175,0,140). Sum of RGB (Red+Green+Blue) = 175+0+140=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF008C is #50FF73. Grayscale: #434343. Windows color (decimal): -5308276 or 9175215. OLE color: 9175215.
HSL color Cylindrical-coordinate representation of color #AF008C: hue angle of 312º 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 #AF008C is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.2 | 0.31 |
| HSL | 312º | 1% | 0.34% | - |
| HSV(B) | 312º | 1% | 0.69% | - |
| XYZ | 22.41 | 11.01 | 25.75 | - |
| YUV | 68.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 140 | 0 | 1 | 0.2 | 0.31 | 312 | 1 | 0.34 |
| Hex | AF | 0 | 8C | 0 | 64 | 14 | 1F | 138 | 64 | 22 |
| Octal | 257 | 0 | 214 | 0 | 144 | 24 | 37 | 470 | 144 | 42 |
| Binary | 10101111 | 0 | 10001100 | 0 | 1100100 | 10100 | 11111 | 100111000 | 1100100 | 100010 |
Color Harmonies of #AF008C
Complementary color
Monochromatic Colors of #AF008C
Black with #AF008C
Text Example
Text Example
White with #AF008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF008C; }
p { color: rgb(175,0,140); }
H1.HeaderClassName
{
color: #AF008C;
}
.AnyTagClassName
{
color: #AF008C;
}
</style>
background-color css
<style>
a { background-color: #AF008C; }
a { background-color: rgb(175,0,140); }
div.DivClassName
{
background-color: #AF008C;
}
.BgClassName
{
background-color: #AF008C;
}
</style>
border-color css
<style>
span { border-color: #AF008C; }
span { border-color: rgb(175,0,140); }
td.TdClassName
{
border-color: #AF008C;
}
.TagClassName
{
border-color: #AF008C;
}
</style>