Shades of Violet Blue #AB34A8
Tints of Violet Blue #AB34A8
RGB
CMYK
RGB Variations
Color information
#AB34A8 (or 0xAB34A8) is known color: Violet Blue. HEX triplet: AB, 34 and A8. RGB value is (171,52,168). Sum of RGB (Red+Green+Blue) = 171+52+168=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB34A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB34A8 is #54CB57. Grayscale: #646464. Windows color (decimal): -5557080 or 11023531. OLE color: 11023531.
HSL color Cylindrical-coordinate representation of color #AB34A8: hue angle of 301.51º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB34A8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 168 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.33 |
| HSL | 301.51º | 0.53% | 0.44% | - |
| HSV(B) | 301.51º | 0.7% | 0.67% | - |
| XYZ | 25.09 | 13.94 | 38.41 | - |
| YUV | 100.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 168 | 0 | 0.70 | 0.02 | 0.33 | 301.51 | 0.53 | 0.44 |
| Hex | AB | 34 | A8 | 0 | 46 | 2 | 21 | 12E | 35 | 2C |
| Octal | 253 | 64 | 250 | 0 | 106 | 2 | 41 | 456 | 65 | 54 |
| Binary | 10101011 | 110100 | 10101000 | 0 | 1000110 | 10 | 100001 | 100101110 | 110101 | 101100 |
Color Harmonies of #AB34A8
Complementary color
Monochromatic Colors of #AB34A8
Black with #AB34A8
Text Example
Text Example
White with #AB34A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB34A8; }
p { color: rgb(171,52,168); }
H1.HeaderClassName
{
color: #AB34A8;
}
.AnyTagClassName
{
color: #AB34A8;
}
</style>
background-color css
<style>
a { background-color: #AB34A8; }
a { background-color: rgb(171,52,168); }
div.DivClassName
{
background-color: #AB34A8;
}
.BgClassName
{
background-color: #AB34A8;
}
</style>
border-color css
<style>
span { border-color: #AB34A8; }
span { border-color: rgb(171,52,168); }
td.TdClassName
{
border-color: #AB34A8;
}
.TagClassName
{
border-color: #AB34A8;
}
</style>