Shades of Violet Blue #A53AA2
Tints of Violet Blue #A53AA2
RGB
CMYK
RGB Variations
Color information
#A53AA2 (or 0xA53AA2) is known color: Violet Blue. HEX triplet: A5, 3A and A2. RGB value is (165,58,162). Sum of RGB (Red+Green+Blue) = 165+58+162=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A53AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AA2 is #5AC55D. Grayscale: #656565. Windows color (decimal): -5948766 or 10631845. OLE color: 10631845.
HSL color Cylindrical-coordinate representation of color #A53AA2: hue angle of 301.68º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A53AA2 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 58 | 162 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.35 |
| HSL | 301.68º | 0.48% | 0.44% | - |
| HSV(B) | 301.68º | 0.65% | 0.65% | - |
| XYZ | 23.55 | 13.63 | 35.57 | - |
| YUV | 101.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 162 | 0 | 0.65 | 0.02 | 0.35 | 301.68 | 0.48 | 0.44 |
| Hex | A5 | 3A | A2 | 0 | 41 | 2 | 23 | 12E | 30 | 2C |
| Octal | 245 | 72 | 242 | 0 | 101 | 2 | 43 | 456 | 60 | 54 |
| Binary | 10100101 | 111010 | 10100010 | 0 | 1000001 | 10 | 100011 | 100101110 | 110000 | 101100 |
Color Harmonies of #A53AA2
Complementary color
Monochromatic Colors of #A53AA2
Black with #A53AA2
Text Example
Text Example
White with #A53AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AA2; }
p { color: rgb(165,58,162); }
H1.HeaderClassName
{
color: #A53AA2;
}
.AnyTagClassName
{
color: #A53AA2;
}
</style>
background-color css
<style>
a { background-color: #A53AA2; }
a { background-color: rgb(165,58,162); }
div.DivClassName
{
background-color: #A53AA2;
}
.BgClassName
{
background-color: #A53AA2;
}
</style>
border-color css
<style>
span { border-color: #A53AA2; }
span { border-color: rgb(165,58,162); }
td.TdClassName
{
border-color: #A53AA2;
}
.TagClassName
{
border-color: #A53AA2;
}
</style>