Shades of Violet Blue #AB3EA3
Tints of Violet Blue #AB3EA3
RGB
CMYK
RGB Variations
Color information
#AB3EA3 (or 0xAB3EA3) is known color: Violet Blue. HEX triplet: AB, 3E and A3. RGB value is (171,62,163). Sum of RGB (Red+Green+Blue) = 171+62+163=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 163 (64.06% from 255 or 41.16% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3EA3 is #54C15C. Grayscale: #696969. Windows color (decimal): -5554525 or 10698411. OLE color: 10698411.
HSL color Cylindrical-coordinate representation of color #AB3EA3: hue angle of 304.4º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3EA3 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 163 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.33 |
| HSL | 304.4º | 0.47% | 0.46% | - |
| HSV(B) | 304.4º | 0.64% | 0.67% | - |
| XYZ | 25.13 | 14.75 | 36.17 | - |
| YUV | 106.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 163 | 0 | 0.64 | 0.05 | 0.33 | 304.4 | 0.47 | 0.46 |
| Hex | AB | 3E | A3 | 0 | 40 | 5 | 21 | 130 | 2F | 2E |
| Octal | 253 | 76 | 243 | 0 | 100 | 5 | 41 | 460 | 57 | 56 |
| Binary | 10101011 | 111110 | 10100011 | 0 | 1000000 | 101 | 100001 | 100110000 | 101111 | 101110 |
Color Harmonies of #AB3EA3
Complementary color
Monochromatic Colors of #AB3EA3
Black with #AB3EA3
Text Example
Text Example
White with #AB3EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3EA3; }
p { color: rgb(171,62,163); }
H1.HeaderClassName
{
color: #AB3EA3;
}
.AnyTagClassName
{
color: #AB3EA3;
}
</style>
background-color css
<style>
a { background-color: #AB3EA3; }
a { background-color: rgb(171,62,163); }
div.DivClassName
{
background-color: #AB3EA3;
}
.BgClassName
{
background-color: #AB3EA3;
}
</style>
border-color css
<style>
span { border-color: #AB3EA3; }
span { border-color: rgb(171,62,163); }
td.TdClassName
{
border-color: #AB3EA3;
}
.TagClassName
{
border-color: #AB3EA3;
}
</style>