Shades of Violet Blue #AB3FAC
Tints of Violet Blue #AB3FAC
RGB
CMYK
RGB Variations
Color information
#AB3FAC (or 0xAB3FAC) is known color: Violet Blue. HEX triplet: AB, 3F and AC. RGB value is (171,63,172). Sum of RGB (Red+Green+Blue) = 171+63+172=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3FAC is #54C053. Grayscale: #6B6B6B. Windows color (decimal): -5554260 or 11288491. OLE color: 11288491.
HSL color Cylindrical-coordinate representation of color #AB3FAC: hue angle of 299.45º 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 #AB3FAC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 172 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.33 |
| HSL | 299.45º | 0.46% | 0.46% | - |
| HSV(B) | 299.45º | 0.63% | 0.67% | - |
| XYZ | 26.02 | 15.19 | 40.59 | - |
| YUV | 107.72 | 164.28 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 172 | 0.01 | 0.63 | 0 | 0.33 | 299.45 | 0.46 | 0.46 |
| Hex | AB | 3F | AC | 1 | 3F | 0 | 21 | 12B | 2E | 2E |
| Octal | 253 | 77 | 254 | 1 | 77 | 0 | 41 | 453 | 56 | 56 |
| Binary | 10101011 | 111111 | 10101100 | 1 | 111111 | 0 | 100001 | 100101011 | 101110 | 101110 |
Color Harmonies of #AB3FAC
Complementary color
Monochromatic Colors of #AB3FAC
Black with #AB3FAC
Text Example
Text Example
White with #AB3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3FAC; }
p { color: rgb(171,63,172); }
H1.HeaderClassName
{
color: #AB3FAC;
}
.AnyTagClassName
{
color: #AB3FAC;
}
</style>
background-color css
<style>
a { background-color: #AB3FAC; }
a { background-color: rgb(171,63,172); }
div.DivClassName
{
background-color: #AB3FAC;
}
.BgClassName
{
background-color: #AB3FAC;
}
</style>
border-color css
<style>
span { border-color: #AB3FAC; }
span { border-color: rgb(171,63,172); }
td.TdClassName
{
border-color: #AB3FAC;
}
.TagClassName
{
border-color: #AB3FAC;
}
</style>