Shades of Medium Violet Red #AF0481
Tints of Medium Violet Red #AF0481
RGB
CMYK
RGB Variations
Color information
#AF0481 (or 0xAF0481) is known color: Medium Violet Red. HEX triplet: AF, 04 and 81. RGB value is (175,4,129). Sum of RGB (Red+Green+Blue) = 175+4+129=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0481 is #50FB7E. Grayscale: #454545. Windows color (decimal): -5307263 or 8455343. OLE color: 8455343.
HSL color Cylindrical-coordinate representation of color #AF0481: hue angle of 316.14º degrees, saturation: 0.96, 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 #AF0481 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.31 |
| HSL | 316.14º | 0.96% | 0.35% | - |
| HSV(B) | 316.14º | 0.98% | 0.69% | - |
| XYZ | 21.69 | 10.79 | 21.71 | - |
| YUV | 69.38 | 161.65 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 129 | 0 | 0.98 | 0.26 | 0.31 | 316.14 | 0.96 | 0.35 |
| Hex | AF | 4 | 81 | 0 | 62 | 1A | 1F | 13C | 60 | 23 |
| Octal | 257 | 4 | 201 | 0 | 142 | 32 | 37 | 474 | 140 | 43 |
| Binary | 10101111 | 100 | 10000001 | 0 | 1100010 | 11010 | 11111 | 100111100 | 1100000 | 100011 |
Color Harmonies of #AF0481
Complementary color
Monochromatic Colors of #AF0481
Black with #AF0481
Text Example
Text Example
White with #AF0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0481; }
p { color: rgb(175,4,129); }
H1.HeaderClassName
{
color: #AF0481;
}
.AnyTagClassName
{
color: #AF0481;
}
</style>
background-color css
<style>
a { background-color: #AF0481; }
a { background-color: rgb(175,4,129); }
div.DivClassName
{
background-color: #AF0481;
}
.BgClassName
{
background-color: #AF0481;
}
</style>
border-color css
<style>
span { border-color: #AF0481; }
span { border-color: rgb(175,4,129); }
td.TdClassName
{
border-color: #AF0481;
}
.TagClassName
{
border-color: #AF0481;
}
</style>