Shades of Medium Violet Red #AF1385
Tints of Medium Violet Red #AF1385
RGB
CMYK
RGB Variations
Color information
#AF1385 (or 0xAF1385) is known color: Medium Violet Red. HEX triplet: AF, 13 and 85. RGB value is (175,19,133). Sum of RGB (Red+Green+Blue) = 175+19+133=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1385 is #50EC7A. Grayscale: #4E4E4E. Windows color (decimal): -5303419 or 8721327. OLE color: 8721327.
HSL color Cylindrical-coordinate representation of color #AF1385: hue angle of 316.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1385 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 133 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.31 |
| HSL | 316.15º | 0.8% | 0.38% | - |
| HSV(B) | 316.15º | 0.89% | 0.69% | - |
| XYZ | 22.15 | 11.27 | 23.2 | - |
| YUV | 78.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 133 | 0 | 0.89 | 0.24 | 0.31 | 316.15 | 0.8 | 0.38 |
| Hex | AF | 13 | 85 | 0 | 59 | 18 | 1F | 13C | 50 | 26 |
| Octal | 257 | 23 | 205 | 0 | 131 | 30 | 37 | 474 | 120 | 46 |
| Binary | 10101111 | 10011 | 10000101 | 0 | 1011001 | 11000 | 11111 | 100111100 | 1010000 | 100110 |
Color Harmonies of #AF1385
Complementary color
Monochromatic Colors of #AF1385
Black with #AF1385
Text Example
Text Example
White with #AF1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1385; }
p { color: rgb(175,19,133); }
H1.HeaderClassName
{
color: #AF1385;
}
.AnyTagClassName
{
color: #AF1385;
}
</style>
background-color css
<style>
a { background-color: #AF1385; }
a { background-color: rgb(175,19,133); }
div.DivClassName
{
background-color: #AF1385;
}
.BgClassName
{
background-color: #AF1385;
}
</style>
border-color css
<style>
span { border-color: #AF1385; }
span { border-color: rgb(175,19,133); }
td.TdClassName
{
border-color: #AF1385;
}
.TagClassName
{
border-color: #AF1385;
}
</style>