Shades of Medium Red Violet #AF229A
Tints of Medium Red Violet #AF229A
RGB
CMYK
RGB Variations
Color information
#AF229A (or 0xAF229A) is known color: Medium Red Violet. HEX triplet: AF, 22 and 9A. RGB value is (175,34,154). Sum of RGB (Red+Green+Blue) = 175+34+154=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF229A is #50DD65. Grayscale: #595959. Windows color (decimal): -5299558 or 10101423. OLE color: 10101423.
HSL color Cylindrical-coordinate representation of color #AF229A: hue angle of 308.94º 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 #AF229A is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 34 | 154 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.31 |
| HSL | 308.94º | 0.67% | 0.41% | - |
| HSV(B) | 308.94º | 0.81% | 0.69% | - |
| XYZ | 24.08 | 12.59 | 31.73 | - |
| YUV | 89.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 34 | 154 | 0 | 0.81 | 0.12 | 0.31 | 308.94 | 0.67 | 0.41 |
| Hex | AF | 22 | 9A | 0 | 51 | C | 1F | 135 | 43 | 29 |
| Octal | 257 | 42 | 232 | 0 | 121 | 14 | 37 | 465 | 103 | 51 |
| Binary | 10101111 | 100010 | 10011010 | 0 | 1010001 | 1100 | 11111 | 100110101 | 1000011 | 101001 |
Color Harmonies of #AF229A
Complementary color
Monochromatic Colors of #AF229A
Black with #AF229A
Text Example
Text Example
White with #AF229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF229A; }
p { color: rgb(175,34,154); }
H1.HeaderClassName
{
color: #AF229A;
}
.AnyTagClassName
{
color: #AF229A;
}
</style>
background-color css
<style>
a { background-color: #AF229A; }
a { background-color: rgb(175,34,154); }
div.DivClassName
{
background-color: #AF229A;
}
.BgClassName
{
background-color: #AF229A;
}
</style>
border-color css
<style>
span { border-color: #AF229A; }
span { border-color: rgb(175,34,154); }
td.TdClassName
{
border-color: #AF229A;
}
.TagClassName
{
border-color: #AF229A;
}
</style>