Shades of Medium Violet Red #AF0A8A
Tints of Medium Violet Red #AF0A8A
RGB
CMYK
RGB Variations
Color information
#AF0A8A (or 0xAF0A8A) is known color: Medium Violet Red. HEX triplet: AF, 0A and 8A. RGB value is (175,10,138). Sum of RGB (Red+Green+Blue) = 175+10+138=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0A8A is #50F575. Grayscale: #494949. Windows color (decimal): -5305718 or 9046703. OLE color: 9046703.
HSL color Cylindrical-coordinate representation of color #AF0A8A: hue angle of 313.45º 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 #AF0A8A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 138 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.31 |
| HSL | 313.45º | 0.89% | 0.36% | - |
| HSV(B) | 313.45º | 0.94% | 0.69% | - |
| XYZ | 22.38 | 11.17 | 25.02 | - |
| YUV | 73.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 138 | 0 | 0.94 | 0.21 | 0.31 | 313.45 | 0.89 | 0.36 |
| Hex | AF | A | 8A | 0 | 5E | 15 | 1F | 139 | 59 | 24 |
| Octal | 257 | 12 | 212 | 0 | 136 | 25 | 37 | 471 | 131 | 44 |
| Binary | 10101111 | 1010 | 10001010 | 0 | 1011110 | 10101 | 11111 | 100111001 | 1011001 | 100100 |
Color Harmonies of #AF0A8A
Complementary color
Monochromatic Colors of #AF0A8A
Black with #AF0A8A
Text Example
Text Example
White with #AF0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A8A; }
p { color: rgb(175,10,138); }
H1.HeaderClassName
{
color: #AF0A8A;
}
.AnyTagClassName
{
color: #AF0A8A;
}
</style>
background-color css
<style>
a { background-color: #AF0A8A; }
a { background-color: rgb(175,10,138); }
div.DivClassName
{
background-color: #AF0A8A;
}
.BgClassName
{
background-color: #AF0A8A;
}
</style>
border-color css
<style>
span { border-color: #AF0A8A; }
span { border-color: rgb(175,10,138); }
td.TdClassName
{
border-color: #AF0A8A;
}
.TagClassName
{
border-color: #AF0A8A;
}
</style>