Shades of Medium Violet Red #AF0082
Tints of Medium Violet Red #AF0082
RGB
CMYK
RGB Variations
Color information
#AF0082 (or 0xAF0082) is known color: Medium Violet Red. HEX triplet: AF, 00 and 82. RGB value is (175,0,130). Sum of RGB (Red+Green+Blue) = 175+0+130=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0082 is #50FF7D. Grayscale: #424242. Windows color (decimal): -5308286 or 8519855. OLE color: 8519855.
HSL color Cylindrical-coordinate representation of color #AF0082: hue angle of 315.43º 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 #AF0082 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.26 | 0.31 |
| HSL | 315.43º | 1% | 0.34% | - |
| HSV(B) | 315.43º | 1% | 0.69% | - |
| XYZ | 21.71 | 10.73 | 22.05 | - |
| YUV | 67.15 | 163.48 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 130 | 0 | 1 | 0.26 | 0.31 | 315.43 | 1 | 0.34 |
| Hex | AF | 0 | 82 | 0 | 64 | 1A | 1F | 13B | 64 | 22 |
| Octal | 257 | 0 | 202 | 0 | 144 | 32 | 37 | 473 | 144 | 42 |
| Binary | 10101111 | 0 | 10000010 | 0 | 1100100 | 11010 | 11111 | 100111011 | 1100100 | 100010 |
Color Harmonies of #AF0082
Complementary color
Monochromatic Colors of #AF0082
Black with #AF0082
Text Example
Text Example
White with #AF0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0082; }
p { color: rgb(175,0,130); }
H1.HeaderClassName
{
color: #AF0082;
}
.AnyTagClassName
{
color: #AF0082;
}
</style>
background-color css
<style>
a { background-color: #AF0082; }
a { background-color: rgb(175,0,130); }
div.DivClassName
{
background-color: #AF0082;
}
.BgClassName
{
background-color: #AF0082;
}
</style>
border-color css
<style>
span { border-color: #AF0082; }
span { border-color: rgb(175,0,130); }
td.TdClassName
{
border-color: #AF0082;
}
.TagClassName
{
border-color: #AF0082;
}
</style>