Shades of Violet Blue #A53EAC
Tints of Violet Blue #A53EAC
RGB
CMYK
RGB Variations
Color information
#A53EAC (or 0xA53EAC) is known color: Violet Blue. HEX triplet: A5, 3E and AC. RGB value is (165,62,172). Sum of RGB (Red+Green+Blue) = 165+62+172=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #A53EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53EAC is #5AC153. Grayscale: #696969. Windows color (decimal): -5947732 or 11288229. OLE color: 11288229.
HSL color Cylindrical-coordinate representation of color #A53EAC: hue angle of 296.18º 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 #A53EAC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 62 | 172 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.33 |
| HSL | 296.18º | 0.47% | 0.46% | - |
| HSV(B) | 296.18º | 0.64% | 0.67% | - |
| XYZ | 24.69 | 14.42 | 40.51 | - |
| YUV | 105.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 172 | 0.04 | 0.64 | 0 | 0.33 | 296.18 | 0.47 | 0.46 |
| Hex | A5 | 3E | AC | 4 | 40 | 0 | 21 | 128 | 2F | 2E |
| Octal | 245 | 76 | 254 | 4 | 100 | 0 | 41 | 450 | 57 | 56 |
| Binary | 10100101 | 111110 | 10101100 | 100 | 1000000 | 0 | 100001 | 100101000 | 101111 | 101110 |
Color Harmonies of #A53EAC
Complementary color
Monochromatic Colors of #A53EAC
Black with #A53EAC
Text Example
Text Example
White with #A53EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EAC; }
p { color: rgb(165,62,172); }
H1.HeaderClassName
{
color: #A53EAC;
}
.AnyTagClassName
{
color: #A53EAC;
}
</style>
background-color css
<style>
a { background-color: #A53EAC; }
a { background-color: rgb(165,62,172); }
div.DivClassName
{
background-color: #A53EAC;
}
.BgClassName
{
background-color: #A53EAC;
}
</style>
border-color css
<style>
span { border-color: #A53EAC; }
span { border-color: rgb(165,62,172); }
td.TdClassName
{
border-color: #A53EAC;
}
.TagClassName
{
border-color: #A53EAC;
}
</style>