Shades of Violet Blue #AB3FA0
Tints of Violet Blue #AB3FA0
RGB
CMYK
RGB Variations
Color information
#AB3FA0 (or 0xAB3FA0) is known color: Violet Blue. HEX triplet: AB, 3F and A0. RGB value is (171,63,160). Sum of RGB (Red+Green+Blue) = 171+63+160=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3FA0 is #54C05F. Grayscale: #6A6A6A. Windows color (decimal): -5554272 or 10502059. OLE color: 10502059.
HSL color Cylindrical-coordinate representation of color #AB3FA0: hue angle of 306.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3FA0 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 160 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.33 |
| HSL | 306.11º | 0.46% | 0.46% | - |
| HSV(B) | 306.11º | 0.63% | 0.67% | - |
| XYZ | 24.92 | 14.75 | 34.79 | - |
| YUV | 106.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 160 | 0 | 0.63 | 0.06 | 0.33 | 306.11 | 0.46 | 0.46 |
| Hex | AB | 3F | A0 | 0 | 3F | 6 | 21 | 132 | 2E | 2E |
| Octal | 253 | 77 | 240 | 0 | 77 | 6 | 41 | 462 | 56 | 56 |
| Binary | 10101011 | 111111 | 10100000 | 0 | 111111 | 110 | 100001 | 100110010 | 101110 | 101110 |
Color Harmonies of #AB3FA0
Complementary color
Monochromatic Colors of #AB3FA0
Black with #AB3FA0
Text Example
Text Example
White with #AB3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FA0; }
p { color: rgb(171,63,160); }
H1.HeaderClassName
{
color: #AB3FA0;
}
.AnyTagClassName
{
color: #AB3FA0;
}
</style>
background-color css
<style>
a { background-color: #AB3FA0; }
a { background-color: rgb(171,63,160); }
div.DivClassName
{
background-color: #AB3FA0;
}
.BgClassName
{
background-color: #AB3FA0;
}
</style>
border-color css
<style>
span { border-color: #AB3FA0; }
span { border-color: rgb(171,63,160); }
td.TdClassName
{
border-color: #AB3FA0;
}
.TagClassName
{
border-color: #AB3FA0;
}
</style>