Shades of Medium Violet Red #AF0093
Tints of Medium Violet Red #AF0093
RGB
CMYK
RGB Variations
Color information
#AF0093 (or 0xAF0093) is known color: Medium Violet Red. HEX triplet: AF, 00 and 93. RGB value is (175,0,147). Sum of RGB (Red+Green+Blue) = 175+0+147=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0093 is #50FF6C. Grayscale: #444444. Windows color (decimal): -5308269 or 9633967. OLE color: 9633967.
HSL color Cylindrical-coordinate representation of color #AF0093: hue angle of 309.6º 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 #AF0093 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.16 | 0.31 |
| HSL | 309.6º | 1% | 0.34% | - |
| HSV(B) | 309.6º | 1% | 0.69% | - |
| XYZ | 22.95 | 11.22 | 28.56 | - |
| YUV | 69.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 147 | 0 | 1 | 0.16 | 0.31 | 309.6 | 1 | 0.34 |
| Hex | AF | 0 | 93 | 0 | 64 | 10 | 1F | 136 | 64 | 22 |
| Octal | 257 | 0 | 223 | 0 | 144 | 20 | 37 | 466 | 144 | 42 |
| Binary | 10101111 | 0 | 10010011 | 0 | 1100100 | 10000 | 11111 | 100110110 | 1100100 | 100010 |
Color Harmonies of #AF0093
Complementary color
Monochromatic Colors of #AF0093
Black with #AF0093
Text Example
Text Example
White with #AF0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0093; }
p { color: rgb(175,0,147); }
H1.HeaderClassName
{
color: #AF0093;
}
.AnyTagClassName
{
color: #AF0093;
}
</style>
background-color css
<style>
a { background-color: #AF0093; }
a { background-color: rgb(175,0,147); }
div.DivClassName
{
background-color: #AF0093;
}
.BgClassName
{
background-color: #AF0093;
}
</style>
border-color css
<style>
span { border-color: #AF0093; }
span { border-color: rgb(175,0,147); }
td.TdClassName
{
border-color: #AF0093;
}
.TagClassName
{
border-color: #AF0093;
}
</style>