Shades of Violet Blue #AB409E
Tints of Violet Blue #AB409E
RGB
CMYK
RGB Variations
Color information
#AB409E (or 0xAB409E) is known color: Violet Blue. HEX triplet: AB, 40 and 9E. RGB value is (171,64,158). Sum of RGB (Red+Green+Blue) = 171+64+158=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB409E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB409E is #54BF61. Grayscale: #6A6A6A. Windows color (decimal): -5554018 or 10371243. OLE color: 10371243.
HSL color Cylindrical-coordinate representation of color #AB409E: hue angle of 307.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB409E is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 158 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.33 |
| HSL | 307.29º | 0.46% | 0.46% | - |
| HSV(B) | 307.29º | 0.63% | 0.67% | - |
| XYZ | 24.8 | 14.79 | 33.9 | - |
| YUV | 106.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 158 | 0 | 0.63 | 0.08 | 0.33 | 307.29 | 0.46 | 0.46 |
| Hex | AB | 40 | 9E | 0 | 3F | 8 | 21 | 133 | 2E | 2E |
| Octal | 253 | 100 | 236 | 0 | 77 | 10 | 41 | 463 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10011110 | 0 | 111111 | 1000 | 100001 | 100110011 | 101110 | 101110 |
Color Harmonies of #AB409E
Complementary color
Monochromatic Colors of #AB409E
Black with #AB409E
Text Example
Text Example
White with #AB409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB409E; }
p { color: rgb(171,64,158); }
H1.HeaderClassName
{
color: #AB409E;
}
.AnyTagClassName
{
color: #AB409E;
}
</style>
background-color css
<style>
a { background-color: #AB409E; }
a { background-color: rgb(171,64,158); }
div.DivClassName
{
background-color: #AB409E;
}
.BgClassName
{
background-color: #AB409E;
}
</style>
border-color css
<style>
span { border-color: #AB409E; }
span { border-color: rgb(171,64,158); }
td.TdClassName
{
border-color: #AB409E;
}
.TagClassName
{
border-color: #AB409E;
}
</style>