Shades of Medium Violet Red #AF1EAA
Tints of Medium Violet Red #AF1EAA
RGB
CMYK
RGB Variations
Color information
#AF1EAA (or 0xAF1EAA) is known color: Medium Violet Red. HEX triplet: AF, 1E and AA. RGB value is (175,30,170). Sum of RGB (Red+Green+Blue) = 175+30+170=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1EAA is #50E155. Grayscale: #585858. Windows color (decimal): -5300566 or 11148975. OLE color: 11148975.
HSL color Cylindrical-coordinate representation of color #AF1EAA: hue angle of 302.07º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1EAA is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 170 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.31 |
| HSL | 302.07º | 0.71% | 0.4% | - |
| HSV(B) | 302.07º | 0.83% | 0.69% | - |
| XYZ | 25.4 | 12.94 | 39.19 | - |
| YUV | 89.32 | 173.54 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 170 | 0 | 0.83 | 0.03 | 0.31 | 302.07 | 0.71 | 0.4 |
| Hex | AF | 1E | AA | 0 | 53 | 3 | 1F | 12E | 47 | 28 |
| Octal | 257 | 36 | 252 | 0 | 123 | 3 | 37 | 456 | 107 | 50 |
| Binary | 10101111 | 11110 | 10101010 | 0 | 1010011 | 11 | 11111 | 100101110 | 1000111 | 101000 |
Color Harmonies of #AF1EAA
Complementary color
Monochromatic Colors of #AF1EAA
Black with #AF1EAA
Text Example
Text Example
White with #AF1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1EAA; }
p { color: rgb(175,30,170); }
H1.HeaderClassName
{
color: #AF1EAA;
}
.AnyTagClassName
{
color: #AF1EAA;
}
</style>
background-color css
<style>
a { background-color: #AF1EAA; }
a { background-color: rgb(175,30,170); }
div.DivClassName
{
background-color: #AF1EAA;
}
.BgClassName
{
background-color: #AF1EAA;
}
</style>
border-color css
<style>
span { border-color: #AF1EAA; }
span { border-color: rgb(175,30,170); }
td.TdClassName
{
border-color: #AF1EAA;
}
.TagClassName
{
border-color: #AF1EAA;
}
</style>