Shades of Medium Red Violet #AF219B
Tints of Medium Red Violet #AF219B
RGB
CMYK
RGB Variations
Color information
#AF219B (or 0xAF219B) is known color: Medium Red Violet. HEX triplet: AF, 21 and 9B. RGB value is (175,33,155). Sum of RGB (Red+Green+Blue) = 175+33+155=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 33 (13.28% from 255 or 9.09% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF219B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF219B is #50DE64. Grayscale: #595959. Windows color (decimal): -5299813 or 10166703. OLE color: 10166703.
HSL color Cylindrical-coordinate representation of color #AF219B: hue angle of 308.45º degrees, saturation: 0.68, 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 #AF219B is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 155 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.31 |
| HSL | 308.45º | 0.68% | 0.41% | - |
| HSV(B) | 308.45º | 0.81% | 0.69% | - |
| XYZ | 24.14 | 12.57 | 32.16 | - |
| YUV | 89.37 | 165.04 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 155 | 0 | 0.81 | 0.11 | 0.31 | 308.45 | 0.68 | 0.41 |
| Hex | AF | 21 | 9B | 0 | 51 | B | 1F | 134 | 44 | 29 |
| Octal | 257 | 41 | 233 | 0 | 121 | 13 | 37 | 464 | 104 | 51 |
| Binary | 10101111 | 100001 | 10011011 | 0 | 1010001 | 1011 | 11111 | 100110100 | 1000100 | 101001 |
Color Harmonies of #AF219B
Complementary color
Monochromatic Colors of #AF219B
Black with #AF219B
Text Example
Text Example
White with #AF219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF219B; }
p { color: rgb(175,33,155); }
H1.HeaderClassName
{
color: #AF219B;
}
.AnyTagClassName
{
color: #AF219B;
}
</style>
background-color css
<style>
a { background-color: #AF219B; }
a { background-color: rgb(175,33,155); }
div.DivClassName
{
background-color: #AF219B;
}
.BgClassName
{
background-color: #AF219B;
}
</style>
border-color css
<style>
span { border-color: #AF219B; }
span { border-color: rgb(175,33,155); }
td.TdClassName
{
border-color: #AF219B;
}
.TagClassName
{
border-color: #AF219B;
}
</style>