Shades of Violet Blue #AB5DB3
Tints of Violet Blue #AB5DB3
RGB
CMYK
RGB Variations
Color information
#AB5DB3 (or 0xAB5DB3) is known color: Violet Blue. HEX triplet: AB, 5D and B3. RGB value is (171,93,179). Sum of RGB (Red+Green+Blue) = 171+93+179=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 179 - color contains mainly: blue. Hex color #AB5DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DB3 is #54A24C. Grayscale: #7D7D7D. Windows color (decimal): -5546573 or 11754923. OLE color: 11754923.
HSL color Cylindrical-coordinate representation of color #AB5DB3: hue angle of 294.42º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB5DB3 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 93 | 179 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.30 |
| HSL | 294.42º | 0.36% | 0.53% | - |
| HSV(B) | 294.42º | 0.48% | 0.7% | - |
| XYZ | 28.85 | 19.74 | 44.94 | - |
| YUV | 126.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 179 | 0.04 | 0.48 | 0 | 0.30 | 294.42 | 0.36 | 0.53 |
| Hex | AB | 5D | B3 | 4 | 30 | 0 | 1E | 126 | 24 | 35 |
| Octal | 253 | 135 | 263 | 4 | 60 | 0 | 36 | 446 | 44 | 65 |
| Binary | 10101011 | 1011101 | 10110011 | 100 | 110000 | 0 | 11110 | 100100110 | 100100 | 110101 |
Color Harmonies of #AB5DB3
Complementary color
Monochromatic Colors of #AB5DB3
Black with #AB5DB3
Text Example
Text Example
White with #AB5DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5DB3; }
p { color: rgb(171,93,179); }
H1.HeaderClassName
{
color: #AB5DB3;
}
.AnyTagClassName
{
color: #AB5DB3;
}
</style>
background-color css
<style>
a { background-color: #AB5DB3; }
a { background-color: rgb(171,93,179); }
div.DivClassName
{
background-color: #AB5DB3;
}
.BgClassName
{
background-color: #AB5DB3;
}
</style>
border-color css
<style>
span { border-color: #AB5DB3; }
span { border-color: rgb(171,93,179); }
td.TdClassName
{
border-color: #AB5DB3;
}
.TagClassName
{
border-color: #AB5DB3;
}
</style>