Shades of Violet Blue #AB5D9F
Tints of Violet Blue #AB5D9F
RGB
CMYK
RGB Variations
Color information
#AB5D9F (or 0xAB5D9F) is known color: Violet Blue. HEX triplet: AB, 5D and 9F. RGB value is (171,93,159). Sum of RGB (Red+Green+Blue) = 171+93+159=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D9F is #54A260. Grayscale: #7B7B7B. Windows color (decimal): -5546593 or 10444203. OLE color: 10444203.
HSL color Cylindrical-coordinate representation of color #AB5D9F: hue angle of 309.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D9F is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 159 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.33 |
| HSL | 309.23º | 0.32% | 0.52% | - |
| HSV(B) | 309.23º | 0.46% | 0.67% | - |
| XYZ | 26.97 | 18.99 | 35.04 | - |
| YUV | 123.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 159 | 0 | 0.46 | 0.07 | 0.33 | 309.23 | 0.32 | 0.52 |
| Hex | AB | 5D | 9F | 0 | 2E | 7 | 21 | 135 | 20 | 34 |
| Octal | 253 | 135 | 237 | 0 | 56 | 7 | 41 | 465 | 40 | 64 |
| Binary | 10101011 | 1011101 | 10011111 | 0 | 101110 | 111 | 100001 | 100110101 | 100000 | 110100 |
Color Harmonies of #AB5D9F
Complementary color
Monochromatic Colors of #AB5D9F
Black with #AB5D9F
Text Example
Text Example
White with #AB5D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D9F; }
p { color: rgb(171,93,159); }
H1.HeaderClassName
{
color: #AB5D9F;
}
.AnyTagClassName
{
color: #AB5D9F;
}
</style>
background-color css
<style>
a { background-color: #AB5D9F; }
a { background-color: rgb(171,93,159); }
div.DivClassName
{
background-color: #AB5D9F;
}
.BgClassName
{
background-color: #AB5D9F;
}
</style>
border-color css
<style>
span { border-color: #AB5D9F; }
span { border-color: rgb(171,93,159); }
td.TdClassName
{
border-color: #AB5D9F;
}
.TagClassName
{
border-color: #AB5D9F;
}
</style>