Shades of Violet Blue #AB36A6
Tints of Violet Blue #AB36A6
RGB
CMYK
RGB Variations
Color information
#AB36A6 (or 0xAB36A6) is known color: Violet Blue. HEX triplet: AB, 36 and A6. RGB value is (171,54,166). Sum of RGB (Red+Green+Blue) = 171+54+166=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB36A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB36A6 is #54C959. Grayscale: #656565. Windows color (decimal): -5556570 or 10892971. OLE color: 10892971.
HSL color Cylindrical-coordinate representation of color #AB36A6: hue angle of 302.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB36A6 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 54 | 166 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.33 |
| HSL | 302.56º | 0.52% | 0.44% | - |
| HSV(B) | 302.56º | 0.68% | 0.67% | - |
| XYZ | 25 | 14.05 | 37.47 | - |
| YUV | 101.75 | 164.26 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 54 | 166 | 0 | 0.68 | 0.03 | 0.33 | 302.56 | 0.52 | 0.44 |
| Hex | AB | 36 | A6 | 0 | 44 | 3 | 21 | 12F | 34 | 2C |
| Octal | 253 | 66 | 246 | 0 | 104 | 3 | 41 | 457 | 64 | 54 |
| Binary | 10101011 | 110110 | 10100110 | 0 | 1000100 | 11 | 100001 | 100101111 | 110100 | 101100 |
Color Harmonies of #AB36A6
Complementary color
Monochromatic Colors of #AB36A6
Black with #AB36A6
Text Example
Text Example
White with #AB36A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB36A6; }
p { color: rgb(171,54,166); }
H1.HeaderClassName
{
color: #AB36A6;
}
.AnyTagClassName
{
color: #AB36A6;
}
</style>
background-color css
<style>
a { background-color: #AB36A6; }
a { background-color: rgb(171,54,166); }
div.DivClassName
{
background-color: #AB36A6;
}
.BgClassName
{
background-color: #AB36A6;
}
</style>
border-color css
<style>
span { border-color: #AB36A6; }
span { border-color: rgb(171,54,166); }
td.TdClassName
{
border-color: #AB36A6;
}
.TagClassName
{
border-color: #AB36A6;
}
</style>