Shades of Violet Blue #AB3BA6
Tints of Violet Blue #AB3BA6
RGB
CMYK
RGB Variations
Color information
#AB3BA6 (or 0xAB3BA6) is known color: Violet Blue. HEX triplet: AB, 3B and A6. RGB value is (171,59,166). Sum of RGB (Red+Green+Blue) = 171+59+166=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BA6 is #54C459. Grayscale: #686868. Windows color (decimal): -5555290 or 10894251. OLE color: 10894251.
HSL color Cylindrical-coordinate representation of color #AB3BA6: hue angle of 302.68º 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 #AB3BA6 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 59 | 166 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.33 |
| HSL | 302.68º | 0.49% | 0.45% | - |
| HSV(B) | 302.68º | 0.65% | 0.67% | - |
| XYZ | 25.24 | 14.54 | 37.55 | - |
| YUV | 104.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 59 | 166 | 0 | 0.65 | 0.03 | 0.33 | 302.68 | 0.49 | 0.45 |
| Hex | AB | 3B | A6 | 0 | 41 | 3 | 21 | 12F | 31 | 2D |
| Octal | 253 | 73 | 246 | 0 | 101 | 3 | 41 | 457 | 61 | 55 |
| Binary | 10101011 | 111011 | 10100110 | 0 | 1000001 | 11 | 100001 | 100101111 | 110001 | 101101 |
Color Harmonies of #AB3BA6
Complementary color
Monochromatic Colors of #AB3BA6
Black with #AB3BA6
Text Example
Text Example
White with #AB3BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3BA6; }
p { color: rgb(171,59,166); }
H1.HeaderClassName
{
color: #AB3BA6;
}
.AnyTagClassName
{
color: #AB3BA6;
}
</style>
background-color css
<style>
a { background-color: #AB3BA6; }
a { background-color: rgb(171,59,166); }
div.DivClassName
{
background-color: #AB3BA6;
}
.BgClassName
{
background-color: #AB3BA6;
}
</style>
border-color css
<style>
span { border-color: #AB3BA6; }
span { border-color: rgb(171,59,166); }
td.TdClassName
{
border-color: #AB3BA6;
}
.TagClassName
{
border-color: #AB3BA6;
}
</style>