Shades of Medium Violet Red #AF008A
Tints of Medium Violet Red #AF008A
RGB
CMYK
RGB Variations
Color information
#AF008A (or 0xAF008A) is known color: Medium Violet Red. HEX triplet: AF, 00 and 8A. RGB value is (175,0,138). Sum of RGB (Red+Green+Blue) = 175+0+138=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF008A is #50FF75. Grayscale: #434343. Windows color (decimal): -5308278 or 9044143. OLE color: 9044143.
HSL color Cylindrical-coordinate representation of color #AF008A: hue angle of 312.69º 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 #AF008A is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.21 | 0.31 |
| HSL | 312.69º | 1% | 0.34% | - |
| HSV(B) | 312.69º | 1% | 0.69% | - |
| XYZ | 22.27 | 10.95 | 24.98 | - |
| YUV | 68.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 138 | 0 | 1 | 0.21 | 0.31 | 312.69 | 1 | 0.34 |
| Hex | AF | 0 | 8A | 0 | 64 | 15 | 1F | 139 | 64 | 22 |
| Octal | 257 | 0 | 212 | 0 | 144 | 25 | 37 | 471 | 144 | 42 |
| Binary | 10101111 | 0 | 10001010 | 0 | 1100100 | 10101 | 11111 | 100111001 | 1100100 | 100010 |
Color Harmonies of #AF008A
Complementary color
Monochromatic Colors of #AF008A
Black with #AF008A
Text Example
Text Example
White with #AF008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF008A; }
p { color: rgb(175,0,138); }
H1.HeaderClassName
{
color: #AF008A;
}
.AnyTagClassName
{
color: #AF008A;
}
</style>
background-color css
<style>
a { background-color: #AF008A; }
a { background-color: rgb(175,0,138); }
div.DivClassName
{
background-color: #AF008A;
}
.BgClassName
{
background-color: #AF008A;
}
</style>
border-color css
<style>
span { border-color: #AF008A; }
span { border-color: rgb(175,0,138); }
td.TdClassName
{
border-color: #AF008A;
}
.TagClassName
{
border-color: #AF008A;
}
</style>