Shades of Violet Blue #AB459D
Tints of Violet Blue #AB459D
RGB
CMYK
RGB Variations
Color information
#AB459D (or 0xAB459D) is known color: Violet Blue. HEX triplet: AB, 45 and 9D. RGB value is (171,69,157). Sum of RGB (Red+Green+Blue) = 171+69+157=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB459D is #54BA62. Grayscale: #6D6D6D. Windows color (decimal): -5552739 or 10306987. OLE color: 10306987.
HSL color Cylindrical-coordinate representation of color #AB459D: hue angle of 308.24º 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 #AB459D is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 157 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.33 |
| HSL | 308.24º | 0.43% | 0.47% | - |
| HSV(B) | 308.24º | 0.6% | 0.67% | - |
| XYZ | 25.01 | 15.35 | 33.54 | - |
| YUV | 109.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 157 | 0 | 0.60 | 0.08 | 0.33 | 308.24 | 0.43 | 0.47 |
| Hex | AB | 45 | 9D | 0 | 3C | 8 | 21 | 134 | 2A | 2F |
| Octal | 253 | 105 | 235 | 0 | 74 | 10 | 41 | 464 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10011101 | 0 | 111100 | 1000 | 100001 | 100110100 | 101010 | 101111 |
Color Harmonies of #AB459D
Complementary color
Monochromatic Colors of #AB459D
Black with #AB459D
Text Example
Text Example
White with #AB459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB459D; }
p { color: rgb(171,69,157); }
H1.HeaderClassName
{
color: #AB459D;
}
.AnyTagClassName
{
color: #AB459D;
}
</style>
background-color css
<style>
a { background-color: #AB459D; }
a { background-color: rgb(171,69,157); }
div.DivClassName
{
background-color: #AB459D;
}
.BgClassName
{
background-color: #AB459D;
}
</style>
border-color css
<style>
span { border-color: #AB459D; }
span { border-color: rgb(171,69,157); }
td.TdClassName
{
border-color: #AB459D;
}
.TagClassName
{
border-color: #AB459D;
}
</style>