Shades of Violet Blue #AF449E
Tints of Violet Blue #AF449E
RGB
CMYK
RGB Variations
Color information
#AF449E (or 0xAF449E) is known color: Violet Blue. HEX triplet: AF, 44 and 9E. RGB value is (175,68,158). Sum of RGB (Red+Green+Blue) = 175+68+158=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF449E is #50BB61. Grayscale: #6E6E6E. Windows color (decimal): -5290850 or 10372271. OLE color: 10372271.
HSL color Cylindrical-coordinate representation of color #AF449E: hue angle of 309.53º 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 #AF449E is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 158 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.31 |
| HSL | 309.53º | 0.44% | 0.48% | - |
| HSV(B) | 309.53º | 0.61% | 0.69% | - |
| XYZ | 25.92 | 15.72 | 34.02 | - |
| YUV | 110.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 158 | 0 | 0.61 | 0.10 | 0.31 | 309.53 | 0.44 | 0.48 |
| Hex | AF | 44 | 9E | 0 | 3D | A | 1F | 136 | 2C | 30 |
| Octal | 257 | 104 | 236 | 0 | 75 | 12 | 37 | 466 | 54 | 60 |
| Binary | 10101111 | 1000100 | 10011110 | 0 | 111101 | 1010 | 11111 | 100110110 | 101100 | 110000 |
Color Harmonies of #AF449E
Complementary color
Monochromatic Colors of #AF449E
Black with #AF449E
Text Example
Text Example
White with #AF449E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF449E; }
p { color: rgb(175,68,158); }
H1.HeaderClassName
{
color: #AF449E;
}
.AnyTagClassName
{
color: #AF449E;
}
</style>
background-color css
<style>
a { background-color: #AF449E; }
a { background-color: rgb(175,68,158); }
div.DivClassName
{
background-color: #AF449E;
}
.BgClassName
{
background-color: #AF449E;
}
</style>
border-color css
<style>
span { border-color: #AF449E; }
span { border-color: rgb(175,68,158); }
td.TdClassName
{
border-color: #AF449E;
}
.TagClassName
{
border-color: #AF449E;
}
</style>