Shades of Violet Blue #AB3BA3
Tints of Violet Blue #AB3BA3
RGB
CMYK
RGB Variations
Color information
#AB3BA3 (or 0xAB3BA3) is known color: Violet Blue. HEX triplet: AB, 3B and A3. RGB value is (171,59,163). Sum of RGB (Red+Green+Blue) = 171+59+163=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BA3 is #54C45C. Grayscale: #686868. Windows color (decimal): -5555293 or 10697643. OLE color: 10697643.
HSL color Cylindrical-coordinate representation of color #AB3BA3: hue angle of 304.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3BA3 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 163 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.33 |
| HSL | 304.29º | 0.49% | 0.45% | - |
| HSV(B) | 304.29º | 0.65% | 0.67% | - |
| XYZ | 24.97 | 14.43 | 36.12 | - |
| YUV | 104.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 163 | 0 | 0.65 | 0.05 | 0.33 | 304.29 | 0.49 | 0.45 |
| Hex | AB | 3B | A3 | 0 | 41 | 5 | 21 | 130 | 31 | 2D |
| Octal | 253 | 73 | 243 | 0 | 101 | 5 | 41 | 460 | 61 | 55 |
| Binary | 10101011 | 111011 | 10100011 | 0 | 1000001 | 101 | 100001 | 100110000 | 110001 | 101101 |
Color Harmonies of #AB3BA3
Complementary color
Monochromatic Colors of #AB3BA3
Black with #AB3BA3
Text Example
Text Example
White with #AB3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BA3; }
p { color: rgb(171,59,163); }
H1.HeaderClassName
{
color: #AB3BA3;
}
.AnyTagClassName
{
color: #AB3BA3;
}
</style>
background-color css
<style>
a { background-color: #AB3BA3; }
a { background-color: rgb(171,59,163); }
div.DivClassName
{
background-color: #AB3BA3;
}
.BgClassName
{
background-color: #AB3BA3;
}
</style>
border-color css
<style>
span { border-color: #AB3BA3; }
span { border-color: rgb(171,59,163); }
td.TdClassName
{
border-color: #AB3BA3;
}
.TagClassName
{
border-color: #AB3BA3;
}
</style>