Shades of Violet Blue #AB459B
Tints of Violet Blue #AB459B
RGB
CMYK
RGB Variations
Color information
#AB459B (or 0xAB459B) is known color: Violet Blue. HEX triplet: AB, 45 and 9B. RGB value is (171,69,155). Sum of RGB (Red+Green+Blue) = 171+69+155=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB459B is #54BA64. Grayscale: #6D6D6D. Windows color (decimal): -5552741 or 10175915. OLE color: 10175915.
HSL color Cylindrical-coordinate representation of color #AB459B: hue angle of 309.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB459B is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 155 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.33 |
| HSL | 309.41º | 0.43% | 0.47% | - |
| HSV(B) | 309.41º | 0.6% | 0.67% | - |
| XYZ | 24.84 | 15.28 | 32.65 | - |
| YUV | 109.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 155 | 0 | 0.60 | 0.09 | 0.33 | 309.41 | 0.43 | 0.47 |
| Hex | AB | 45 | 9B | 0 | 3C | 9 | 21 | 135 | 2A | 2F |
| Octal | 253 | 105 | 233 | 0 | 74 | 11 | 41 | 465 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10011011 | 0 | 111100 | 1001 | 100001 | 100110101 | 101010 | 101111 |
Color Harmonies of #AB459B
Complementary color
Monochromatic Colors of #AB459B
Black with #AB459B
Text Example
Text Example
White with #AB459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB459B; }
p { color: rgb(171,69,155); }
H1.HeaderClassName
{
color: #AB459B;
}
.AnyTagClassName
{
color: #AB459B;
}
</style>
background-color css
<style>
a { background-color: #AB459B; }
a { background-color: rgb(171,69,155); }
div.DivClassName
{
background-color: #AB459B;
}
.BgClassName
{
background-color: #AB459B;
}
</style>
border-color css
<style>
span { border-color: #AB459B; }
span { border-color: rgb(171,69,155); }
td.TdClassName
{
border-color: #AB459B;
}
.TagClassName
{
border-color: #AB459B;
}
</style>