Shades of Violet Blue #AB3DA0
Tints of Violet Blue #AB3DA0
RGB
CMYK
RGB Variations
Color information
#AB3DA0 (or 0xAB3DA0) is known color: Violet Blue. HEX triplet: AB, 3D and A0. RGB value is (171,61,160). Sum of RGB (Red+Green+Blue) = 171+61+160=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3DA0 is #54C25F. Grayscale: #686868. Windows color (decimal): -5554784 or 10501547. OLE color: 10501547.
HSL color Cylindrical-coordinate representation of color #AB3DA0: hue angle of 306º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3DA0 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 160 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.33 |
| HSL | 306º | 0.47% | 0.45% | - |
| HSV(B) | 306º | 0.64% | 0.67% | - |
| XYZ | 24.81 | 14.53 | 34.76 | - |
| YUV | 105.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 160 | 0 | 0.64 | 0.06 | 0.33 | 306 | 0.47 | 0.45 |
| Hex | AB | 3D | A0 | 0 | 40 | 6 | 21 | 132 | 2F | 2D |
| Octal | 253 | 75 | 240 | 0 | 100 | 6 | 41 | 462 | 57 | 55 |
| Binary | 10101011 | 111101 | 10100000 | 0 | 1000000 | 110 | 100001 | 100110010 | 101111 | 101101 |
Color Harmonies of #AB3DA0
Complementary color
Monochromatic Colors of #AB3DA0
Black with #AB3DA0
Text Example
Text Example
White with #AB3DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3DA0; }
p { color: rgb(171,61,160); }
H1.HeaderClassName
{
color: #AB3DA0;
}
.AnyTagClassName
{
color: #AB3DA0;
}
</style>
background-color css
<style>
a { background-color: #AB3DA0; }
a { background-color: rgb(171,61,160); }
div.DivClassName
{
background-color: #AB3DA0;
}
.BgClassName
{
background-color: #AB3DA0;
}
</style>
border-color css
<style>
span { border-color: #AB3DA0; }
span { border-color: rgb(171,61,160); }
td.TdClassName
{
border-color: #AB3DA0;
}
.TagClassName
{
border-color: #AB3DA0;
}
</style>