Shades of Violet Blue #AB33A5
Tints of Violet Blue #AB33A5
RGB
CMYK
RGB Variations
Color information
#AB33A5 (or 0xAB33A5) is known color: Violet Blue. HEX triplet: AB, 33 and A5. RGB value is (171,51,165). Sum of RGB (Red+Green+Blue) = 171+51+165=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB33A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB33A5 is #54CC5A. Grayscale: #636363. Windows color (decimal): -5557339 or 10826667. OLE color: 10826667.
HSL color Cylindrical-coordinate representation of color #AB33A5: hue angle of 303º degrees, saturation: 0.54, 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 #AB33A5 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 165 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.33 |
| HSL | 303º | 0.54% | 0.44% | - |
| HSV(B) | 303º | 0.7% | 0.67% | - |
| XYZ | 24.77 | 13.74 | 36.94 | - |
| YUV | 99.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 165 | 0 | 0.70 | 0.04 | 0.33 | 303 | 0.54 | 0.44 |
| Hex | AB | 33 | A5 | 0 | 46 | 4 | 21 | 12F | 36 | 2C |
| Octal | 253 | 63 | 245 | 0 | 106 | 4 | 41 | 457 | 66 | 54 |
| Binary | 10101011 | 110011 | 10100101 | 0 | 1000110 | 100 | 100001 | 100101111 | 110110 | 101100 |
Color Harmonies of #AB33A5
Complementary color
Monochromatic Colors of #AB33A5
Black with #AB33A5
Text Example
Text Example
White with #AB33A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB33A5; }
p { color: rgb(171,51,165); }
H1.HeaderClassName
{
color: #AB33A5;
}
.AnyTagClassName
{
color: #AB33A5;
}
</style>
background-color css
<style>
a { background-color: #AB33A5; }
a { background-color: rgb(171,51,165); }
div.DivClassName
{
background-color: #AB33A5;
}
.BgClassName
{
background-color: #AB33A5;
}
</style>
border-color css
<style>
span { border-color: #AB33A5; }
span { border-color: rgb(171,51,165); }
td.TdClassName
{
border-color: #AB33A5;
}
.TagClassName
{
border-color: #AB33A5;
}
</style>