Shades of Medium Violet Red #AF0385
Tints of Medium Violet Red #AF0385
RGB
CMYK
RGB Variations
Color information
#AF0385 (or 0xAF0385) is known color: Medium Violet Red. HEX triplet: AF, 03 and 85. RGB value is (175,3,133). Sum of RGB (Red+Green+Blue) = 175+3+133=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0385 is #50FC7A. Grayscale: #444444. Windows color (decimal): -5307515 or 8717231. OLE color: 8717231.
HSL color Cylindrical-coordinate representation of color #AF0385: hue angle of 314.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0385 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.31 |
| HSL | 314.65º | 0.97% | 0.35% | - |
| HSV(B) | 314.65º | 0.98% | 0.69% | - |
| XYZ | 21.95 | 10.87 | 23.13 | - |
| YUV | 69.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 133 | 0 | 0.98 | 0.24 | 0.31 | 314.65 | 0.97 | 0.35 |
| Hex | AF | 3 | 85 | 0 | 62 | 18 | 1F | 13B | 61 | 23 |
| Octal | 257 | 3 | 205 | 0 | 142 | 30 | 37 | 473 | 141 | 43 |
| Binary | 10101111 | 11 | 10000101 | 0 | 1100010 | 11000 | 11111 | 100111011 | 1100001 | 100011 |
Color Harmonies of #AF0385
Complementary color
Monochromatic Colors of #AF0385
Black with #AF0385
Text Example
Text Example
White with #AF0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0385; }
p { color: rgb(175,3,133); }
H1.HeaderClassName
{
color: #AF0385;
}
.AnyTagClassName
{
color: #AF0385;
}
</style>
background-color css
<style>
a { background-color: #AF0385; }
a { background-color: rgb(175,3,133); }
div.DivClassName
{
background-color: #AF0385;
}
.BgClassName
{
background-color: #AF0385;
}
</style>
border-color css
<style>
span { border-color: #AF0385; }
span { border-color: rgb(175,3,133); }
td.TdClassName
{
border-color: #AF0385;
}
.TagClassName
{
border-color: #AF0385;
}
</style>