Shades of Medium Violet Red #AF0085
Tints of Medium Violet Red #AF0085
RGB
CMYK
RGB Variations
Color information
#AF0085 (or 0xAF0085) is known color: Medium Violet Red. HEX triplet: AF, 00 and 85. RGB value is (175,0,133). Sum of RGB (Red+Green+Blue) = 175+0+133=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0085 is #50FF7A. Grayscale: #434343. Windows color (decimal): -5308283 or 8716463. OLE color: 8716463.
HSL color Cylindrical-coordinate representation of color #AF0085: hue angle of 314.4º 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 #AF0085 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.24 | 0.31 |
| HSL | 314.4º | 1% | 0.34% | - |
| HSV(B) | 314.4º | 1% | 0.69% | - |
| XYZ | 21.91 | 10.81 | 23.12 | - |
| YUV | 67.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 133 | 0 | 1 | 0.24 | 0.31 | 314.4 | 1 | 0.34 |
| Hex | AF | 0 | 85 | 0 | 64 | 18 | 1F | 13A | 64 | 22 |
| Octal | 257 | 0 | 205 | 0 | 144 | 30 | 37 | 472 | 144 | 42 |
| Binary | 10101111 | 0 | 10000101 | 0 | 1100100 | 11000 | 11111 | 100111010 | 1100100 | 100010 |
Color Harmonies of #AF0085
Complementary color
Monochromatic Colors of #AF0085
Black with #AF0085
Text Example
Text Example
White with #AF0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0085; }
p { color: rgb(175,0,133); }
H1.HeaderClassName
{
color: #AF0085;
}
.AnyTagClassName
{
color: #AF0085;
}
</style>
background-color css
<style>
a { background-color: #AF0085; }
a { background-color: rgb(175,0,133); }
div.DivClassName
{
background-color: #AF0085;
}
.BgClassName
{
background-color: #AF0085;
}
</style>
border-color css
<style>
span { border-color: #AF0085; }
span { border-color: rgb(175,0,133); }
td.TdClassName
{
border-color: #AF0085;
}
.TagClassName
{
border-color: #AF0085;
}
</style>