Shades of Violet Blue #A53DA2
Tints of Violet Blue #A53DA2
RGB
CMYK
RGB Variations
Color information
#A53DA2 (or 0xA53DA2) is known color: Violet Blue. HEX triplet: A5, 3D and A2. RGB value is (165,61,162). Sum of RGB (Red+Green+Blue) = 165+61+162=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A53DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DA2 is #5AC25D. Grayscale: #676767. Windows color (decimal): -5947998 or 10632613. OLE color: 10632613.
HSL color Cylindrical-coordinate representation of color #A53DA2: hue angle of 301.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53DA2 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 61 | 162 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.35 |
| HSL | 301.73º | 0.46% | 0.44% | - |
| HSV(B) | 301.73º | 0.63% | 0.65% | - |
| XYZ | 23.71 | 13.95 | 35.62 | - |
| YUV | 103.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 162 | 0 | 0.63 | 0.02 | 0.35 | 301.73 | 0.46 | 0.44 |
| Hex | A5 | 3D | A2 | 0 | 3F | 2 | 23 | 12E | 2E | 2C |
| Octal | 245 | 75 | 242 | 0 | 77 | 2 | 43 | 456 | 56 | 54 |
| Binary | 10100101 | 111101 | 10100010 | 0 | 111111 | 10 | 100011 | 100101110 | 101110 | 101100 |
Color Harmonies of #A53DA2
Complementary color
Monochromatic Colors of #A53DA2
Black with #A53DA2
Text Example
Text Example
White with #A53DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DA2; }
p { color: rgb(165,61,162); }
H1.HeaderClassName
{
color: #A53DA2;
}
.AnyTagClassName
{
color: #A53DA2;
}
</style>
background-color css
<style>
a { background-color: #A53DA2; }
a { background-color: rgb(165,61,162); }
div.DivClassName
{
background-color: #A53DA2;
}
.BgClassName
{
background-color: #A53DA2;
}
</style>
border-color css
<style>
span { border-color: #A53DA2; }
span { border-color: rgb(165,61,162); }
td.TdClassName
{
border-color: #A53DA2;
}
.TagClassName
{
border-color: #A53DA2;
}
</style>