Shades of Violet Blue #A53DAB
Tints of Violet Blue #A53DAB
RGB
CMYK
RGB Variations
Color information
#A53DAB (or 0xA53DAB) is known color: Violet Blue. HEX triplet: A5, 3D and AB. RGB value is (165,61,171). Sum of RGB (Red+Green+Blue) = 165+61+171=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #A53DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DAB is #5AC254. Grayscale: #686868. Windows color (decimal): -5947989 or 11222437. OLE color: 11222437.
HSL color Cylindrical-coordinate representation of color #A53DAB: hue angle of 296.73º 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 #A53DAB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 61 | 171 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.33 |
| HSL | 296.73º | 0.47% | 0.45% | - |
| HSV(B) | 296.73º | 0.64% | 0.67% | - |
| XYZ | 24.54 | 14.28 | 39.99 | - |
| YUV | 104.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 171 | 0.04 | 0.64 | 0 | 0.33 | 296.73 | 0.47 | 0.45 |
| Hex | A5 | 3D | AB | 4 | 40 | 0 | 21 | 129 | 2F | 2D |
| Octal | 245 | 75 | 253 | 4 | 100 | 0 | 41 | 451 | 57 | 55 |
| Binary | 10100101 | 111101 | 10101011 | 100 | 1000000 | 0 | 100001 | 100101001 | 101111 | 101101 |
Color Harmonies of #A53DAB
Complementary color
Monochromatic Colors of #A53DAB
Black with #A53DAB
Text Example
Text Example
White with #A53DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DAB; }
p { color: rgb(165,61,171); }
H1.HeaderClassName
{
color: #A53DAB;
}
.AnyTagClassName
{
color: #A53DAB;
}
</style>
background-color css
<style>
a { background-color: #A53DAB; }
a { background-color: rgb(165,61,171); }
div.DivClassName
{
background-color: #A53DAB;
}
.BgClassName
{
background-color: #A53DAB;
}
</style>
border-color css
<style>
span { border-color: #A53DAB; }
span { border-color: rgb(165,61,171); }
td.TdClassName
{
border-color: #A53DAB;
}
.TagClassName
{
border-color: #A53DAB;
}
</style>