Shades of Violet Blue #AF449C
Tints of Violet Blue #AF449C
RGB
CMYK
RGB Variations
Color information
#AF449C (or 0xAF449C) is known color: Violet Blue. HEX triplet: AF, 44 and 9C. RGB value is (175,68,156). Sum of RGB (Red+Green+Blue) = 175+68+156=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449C is #50BB63. Grayscale: #6D6D6D. Windows color (decimal): -5290852 or 10241199. OLE color: 10241199.
HSL color Cylindrical-coordinate representation of color #AF449C: hue angle of 310.65º 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 #AF449C is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 156 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.31 |
| HSL | 310.65º | 0.44% | 0.48% | - |
| HSV(B) | 310.65º | 0.61% | 0.69% | - |
| XYZ | 25.75 | 15.65 | 33.12 | - |
| YUV | 110.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 156 | 0 | 0.61 | 0.11 | 0.31 | 310.65 | 0.44 | 0.48 |
| Hex | AF | 44 | 9C | 0 | 3D | B | 1F | 137 | 2C | 30 |
| Octal | 257 | 104 | 234 | 0 | 75 | 13 | 37 | 467 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10011100 | 0 | 111101 | 1011 | 11111 | 100110111 | 101100 | 110000 |
Color Harmonies of #AF449C
Complementary color
Monochromatic Colors of #AF449C
Black with #AF449C
Text Example
Text Example
White with #AF449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF449C; }
p { color: rgb(175,68,156); }
H1.HeaderClassName
{
color: #AF449C;
}
.AnyTagClassName
{
color: #AF449C;
}
</style>
background-color css
<style>
a { background-color: #AF449C; }
a { background-color: rgb(175,68,156); }
div.DivClassName
{
background-color: #AF449C;
}
.BgClassName
{
background-color: #AF449C;
}
</style>
border-color css
<style>
span { border-color: #AF449C; }
span { border-color: rgb(175,68,156); }
td.TdClassName
{
border-color: #AF449C;
}
.TagClassName
{
border-color: #AF449C;
}
</style>