Shades of Violet Blue #AB469E
Tints of Violet Blue #AB469E
RGB
CMYK
RGB Variations
Color information
#AB469E (or 0xAB469E) is known color: Violet Blue. HEX triplet: AB, 46 and 9E. RGB value is (171,70,158). Sum of RGB (Red+Green+Blue) = 171+70+158=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB469E is #54B961. Grayscale: #6D6D6D. Windows color (decimal): -5552482 or 10372779. OLE color: 10372779.
HSL color Cylindrical-coordinate representation of color #AB469E: hue angle of 307.72º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB469E is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 158 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.33 |
| HSL | 307.72º | 0.42% | 0.47% | - |
| HSV(B) | 307.72º | 0.59% | 0.67% | - |
| XYZ | 25.16 | 15.51 | 34.02 | - |
| YUV | 110.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 158 | 0 | 0.59 | 0.08 | 0.33 | 307.72 | 0.42 | 0.47 |
| Hex | AB | 46 | 9E | 0 | 3B | 8 | 21 | 134 | 2A | 2F |
| Octal | 253 | 106 | 236 | 0 | 73 | 10 | 41 | 464 | 52 | 57 |
| Binary | 10101011 | 1000110 | 10011110 | 0 | 111011 | 1000 | 100001 | 100110100 | 101010 | 101111 |
Color Harmonies of #AB469E
Complementary color
Monochromatic Colors of #AB469E
Black with #AB469E
Text Example
Text Example
White with #AB469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB469E; }
p { color: rgb(171,70,158); }
H1.HeaderClassName
{
color: #AB469E;
}
.AnyTagClassName
{
color: #AB469E;
}
</style>
background-color css
<style>
a { background-color: #AB469E; }
a { background-color: rgb(171,70,158); }
div.DivClassName
{
background-color: #AB469E;
}
.BgClassName
{
background-color: #AB469E;
}
</style>
border-color css
<style>
span { border-color: #AB469E; }
span { border-color: rgb(171,70,158); }
td.TdClassName
{
border-color: #AB469E;
}
.TagClassName
{
border-color: #AB469E;
}
</style>