Shades of Medium Red Violet #AF449B
Tints of Medium Red Violet #AF449B
RGB
CMYK
RGB Variations
Color information
#AF449B (or 0xAF449B) is known color: Medium Red Violet. HEX triplet: AF, 44 and 9B. RGB value is (175,68,155). Sum of RGB (Red+Green+Blue) = 175+68+155=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449B is #50BB64. Grayscale: #6D6D6D. Windows color (decimal): -5290853 or 10175663. OLE color: 10175663.
HSL color Cylindrical-coordinate representation of color #AF449B: hue angle of 311.21º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF449B is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 155 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.31 |
| HSL | 311.22º | 0.44% | 0.48% | - |
| HSV(B) | 311.22º | 0.61% | 0.69% | - |
| XYZ | 25.66 | 15.61 | 32.67 | - |
| YUV | 109.91 | 153.45 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 155 | 0 | 0.61 | 0.11 | 0.31 | 311.22 | 0.44 | 0.48 |
| Hex | AF | 44 | 9B | 0 | 3D | B | 1F | 137 | 2C | 30 |
| Octal | 257 | 104 | 233 | 0 | 75 | 13 | 37 | 467 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10011011 | 0 | 111101 | 1011 | 11111 | 100110111 | 101100 | 110000 |
Color Harmonies of #AF449B
Complementary color
Monochromatic Colors of #AF449B
Black with #AF449B
Text Example
Text Example
White with #AF449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF449B; }
p { color: rgb(175,68,155); }
H1.HeaderClassName
{
color: #AF449B;
}
.AnyTagClassName
{
color: #AF449B;
}
</style>
background-color css
<style>
a { background-color: #AF449B; }
a { background-color: rgb(175,68,155); }
div.DivClassName
{
background-color: #AF449B;
}
.BgClassName
{
background-color: #AF449B;
}
</style>
border-color css
<style>
span { border-color: #AF449B; }
span { border-color: rgb(175,68,155); }
td.TdClassName
{
border-color: #AF449B;
}
.TagClassName
{
border-color: #AF449B;
}
</style>