Shades of Medium Violet Red #AF0A7A
Tints of Medium Violet Red #AF0A7A
RGB
CMYK
RGB Variations
Color information
#AF0A7A (or 0xAF0A7A) is known color: Medium Violet Red. HEX triplet: AF, 0A and 7A. RGB value is (175,10,122). Sum of RGB (Red+Green+Blue) = 175+10+122=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A7A is #50F585. Grayscale: #474747. Windows color (decimal): -5305734 or 7998127. OLE color: 7998127.
HSL color Cylindrical-coordinate representation of color #AF0A7A: hue angle of 319.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A7A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 122 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.31 |
| HSL | 319.27º | 0.89% | 0.36% | - |
| HSV(B) | 319.27º | 0.94% | 0.69% | - |
| XYZ | 21.3 | 10.74 | 19.36 | - |
| YUV | 72.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 122 | 0 | 0.94 | 0.30 | 0.31 | 319.27 | 0.89 | 0.36 |
| Hex | AF | A | 7A | 0 | 5E | 1E | 1F | 13F | 59 | 24 |
| Octal | 257 | 12 | 172 | 0 | 136 | 36 | 37 | 477 | 131 | 44 |
| Binary | 10101111 | 1010 | 1111010 | 0 | 1011110 | 11110 | 11111 | 100111111 | 1011001 | 100100 |
Color Harmonies of #AF0A7A
Complementary color
Monochromatic Colors of #AF0A7A
Black with #AF0A7A
Text Example
Text Example
White with #AF0A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A7A; }
p { color: rgb(175,10,122); }
H1.HeaderClassName
{
color: #AF0A7A;
}
.AnyTagClassName
{
color: #AF0A7A;
}
</style>
background-color css
<style>
a { background-color: #AF0A7A; }
a { background-color: rgb(175,10,122); }
div.DivClassName
{
background-color: #AF0A7A;
}
.BgClassName
{
background-color: #AF0A7A;
}
</style>
border-color css
<style>
span { border-color: #AF0A7A; }
span { border-color: rgb(175,10,122); }
td.TdClassName
{
border-color: #AF0A7A;
}
.TagClassName
{
border-color: #AF0A7A;
}
</style>