Shades of Medium Violet Red #AF0181
Tints of Medium Violet Red #AF0181
RGB
CMYK
RGB Variations
Color information
#AF0181 (or 0xAF0181) is known color: Medium Violet Red. HEX triplet: AF, 01 and 81. RGB value is (175,1,129). Sum of RGB (Red+Green+Blue) = 175+1+129=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0181 is #50FE7E. Grayscale: #434343. Windows color (decimal): -5308031 or 8454575. OLE color: 8454575.
HSL color Cylindrical-coordinate representation of color #AF0181: hue angle of 315.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0181 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.31 |
| HSL | 315.86º | 0.99% | 0.35% | - |
| HSV(B) | 315.86º | 0.99% | 0.69% | - |
| XYZ | 21.65 | 10.72 | 21.7 | - |
| YUV | 67.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 129 | 0 | 0.99 | 0.26 | 0.31 | 315.86 | 0.99 | 0.35 |
| Hex | AF | 1 | 81 | 0 | 63 | 1A | 1F | 13C | 63 | 23 |
| Octal | 257 | 1 | 201 | 0 | 143 | 32 | 37 | 474 | 143 | 43 |
| Binary | 10101111 | 1 | 10000001 | 0 | 1100011 | 11010 | 11111 | 100111100 | 1100011 | 100011 |
Color Harmonies of #AF0181
Complementary color
Monochromatic Colors of #AF0181
Black with #AF0181
Text Example
Text Example
White with #AF0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0181; }
p { color: rgb(175,1,129); }
H1.HeaderClassName
{
color: #AF0181;
}
.AnyTagClassName
{
color: #AF0181;
}
</style>
background-color css
<style>
a { background-color: #AF0181; }
a { background-color: rgb(175,1,129); }
div.DivClassName
{
background-color: #AF0181;
}
.BgClassName
{
background-color: #AF0181;
}
</style>
border-color css
<style>
span { border-color: #AF0181; }
span { border-color: rgb(175,1,129); }
td.TdClassName
{
border-color: #AF0181;
}
.TagClassName
{
border-color: #AF0181;
}
</style>