Shades of Medium Red Violet #AF2AAA
Tints of Medium Red Violet #AF2AAA
RGB
CMYK
RGB Variations
Color information
#AF2AAA (or 0xAF2AAA) is known color: Medium Red Violet. HEX triplet: AF, 2A and AA. RGB value is (175,42,170). Sum of RGB (Red+Green+Blue) = 175+42+170=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2AAA is #50D555. Grayscale: #5F5F5F. Windows color (decimal): -5297494 or 11152047. OLE color: 11152047.
HSL color Cylindrical-coordinate representation of color #AF2AAA: hue angle of 302.26º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF2AAA is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 170 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.31 |
| HSL | 302.26º | 0.61% | 0.43% | - |
| HSV(B) | 302.26º | 0.76% | 0.69% | - |
| XYZ | 25.76 | 13.67 | 39.31 | - |
| YUV | 96.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 170 | 0 | 0.76 | 0.03 | 0.31 | 302.26 | 0.61 | 0.43 |
| Hex | AF | 2A | AA | 0 | 4C | 3 | 1F | 12E | 3D | 2B |
| Octal | 257 | 52 | 252 | 0 | 114 | 3 | 37 | 456 | 75 | 53 |
| Binary | 10101111 | 101010 | 10101010 | 0 | 1001100 | 11 | 11111 | 100101110 | 111101 | 101011 |
Color Harmonies of #AF2AAA
Complementary color
Monochromatic Colors of #AF2AAA
Black with #AF2AAA
Text Example
Text Example
White with #AF2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2AAA; }
p { color: rgb(175,42,170); }
H1.HeaderClassName
{
color: #AF2AAA;
}
.AnyTagClassName
{
color: #AF2AAA;
}
</style>
background-color css
<style>
a { background-color: #AF2AAA; }
a { background-color: rgb(175,42,170); }
div.DivClassName
{
background-color: #AF2AAA;
}
.BgClassName
{
background-color: #AF2AAA;
}
</style>
border-color css
<style>
span { border-color: #AF2AAA; }
span { border-color: rgb(175,42,170); }
td.TdClassName
{
border-color: #AF2AAA;
}
.TagClassName
{
border-color: #AF2AAA;
}
</style>