Shades of Medium Red Violet #AF22A8
Tints of Medium Red Violet #AF22A8
RGB
CMYK
RGB Variations
Color information
#AF22A8 (or 0xAF22A8) is known color: Medium Red Violet. HEX triplet: AF, 22 and A8. RGB value is (175,34,168). Sum of RGB (Red+Green+Blue) = 175+34+168=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF22A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF22A8 is #50DD57. Grayscale: #5B5B5B. Windows color (decimal): -5299544 or 11018927. OLE color: 11018927.
HSL color Cylindrical-coordinate representation of color #AF22A8: hue angle of 302.98º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF22A8 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 168 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.31 |
| HSL | 302.98º | 0.67% | 0.41% | - |
| HSV(B) | 302.98º | 0.81% | 0.69% | - |
| XYZ | 25.32 | 13.09 | 38.24 | - |
| YUV | 91.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 168 | 0 | 0.81 | 0.04 | 0.31 | 302.98 | 0.67 | 0.41 |
| Hex | AF | 22 | A8 | 0 | 51 | 4 | 1F | 12F | 43 | 29 |
| Octal | 257 | 42 | 250 | 0 | 121 | 4 | 37 | 457 | 103 | 51 |
| Binary | 10101111 | 100010 | 10101000 | 0 | 1010001 | 100 | 11111 | 100101111 | 1000011 | 101001 |
Color Harmonies of #AF22A8
Complementary color
Monochromatic Colors of #AF22A8
Black with #AF22A8
Text Example
Text Example
White with #AF22A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF22A8; }
p { color: rgb(175,34,168); }
H1.HeaderClassName
{
color: #AF22A8;
}
.AnyTagClassName
{
color: #AF22A8;
}
</style>
background-color css
<style>
a { background-color: #AF22A8; }
a { background-color: rgb(175,34,168); }
div.DivClassName
{
background-color: #AF22A8;
}
.BgClassName
{
background-color: #AF22A8;
}
</style>
border-color css
<style>
span { border-color: #AF22A8; }
span { border-color: rgb(175,34,168); }
td.TdClassName
{
border-color: #AF22A8;
}
.TagClassName
{
border-color: #AF22A8;
}
</style>