Shades of Violet Blue #AB409B
Tints of Violet Blue #AB409B
RGB
CMYK
RGB Variations
Color information
#AB409B (or 0xAB409B) is known color: Violet Blue. HEX triplet: AB, 40 and 9B. RGB value is (171,64,155). Sum of RGB (Red+Green+Blue) = 171+64+155=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB409B is #54BF64. Grayscale: #6A6A6A. Windows color (decimal): -5554021 or 10174635. OLE color: 10174635.
HSL color Cylindrical-coordinate representation of color #AB409B: hue angle of 308.97º 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 #AB409B is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 155 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.33 |
| HSL | 308.97º | 0.46% | 0.46% | - |
| HSV(B) | 308.97º | 0.63% | 0.67% | - |
| XYZ | 24.54 | 14.69 | 32.55 | - |
| YUV | 106.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 155 | 0 | 0.63 | 0.09 | 0.33 | 308.97 | 0.46 | 0.46 |
| Hex | AB | 40 | 9B | 0 | 3F | 9 | 21 | 135 | 2E | 2E |
| Octal | 253 | 100 | 233 | 0 | 77 | 11 | 41 | 465 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10011011 | 0 | 111111 | 1001 | 100001 | 100110101 | 101110 | 101110 |
Color Harmonies of #AB409B
Complementary color
Monochromatic Colors of #AB409B
Black with #AB409B
Text Example
Text Example
White with #AB409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB409B; }
p { color: rgb(171,64,155); }
H1.HeaderClassName
{
color: #AB409B;
}
.AnyTagClassName
{
color: #AB409B;
}
</style>
background-color css
<style>
a { background-color: #AB409B; }
a { background-color: rgb(171,64,155); }
div.DivClassName
{
background-color: #AB409B;
}
.BgClassName
{
background-color: #AB409B;
}
</style>
border-color css
<style>
span { border-color: #AB409B; }
span { border-color: rgb(171,64,155); }
td.TdClassName
{
border-color: #AB409B;
}
.TagClassName
{
border-color: #AB409B;
}
</style>