Shades of Violet Blue #A53AAA
Tints of Violet Blue #A53AAA
RGB
CMYK
RGB Variations
Color information
#A53AAA (or 0xA53AAA) is known color: Violet Blue. HEX triplet: A5, 3A and AA. RGB value is (165,58,170). Sum of RGB (Red+Green+Blue) = 165+58+170=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #A53AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AAA is #5AC555. Grayscale: #666666. Windows color (decimal): -5948758 or 11156133. OLE color: 11156133.
HSL color Cylindrical-coordinate representation of color #A53AAA: hue angle of 297.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53AAA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 58 | 170 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.33 |
| HSL | 297.32º | 0.49% | 0.45% | - |
| HSV(B) | 297.32º | 0.66% | 0.67% | - |
| XYZ | 24.29 | 13.93 | 39.44 | - |
| YUV | 102.76 | 165.95 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 170 | 0.03 | 0.66 | 0 | 0.33 | 297.32 | 0.49 | 0.45 |
| Hex | A5 | 3A | AA | 3 | 42 | 0 | 21 | 129 | 31 | 2D |
| Octal | 245 | 72 | 252 | 3 | 102 | 0 | 41 | 451 | 61 | 55 |
| Binary | 10100101 | 111010 | 10101010 | 11 | 1000010 | 0 | 100001 | 100101001 | 110001 | 101101 |
Color Harmonies of #A53AAA
Complementary color
Monochromatic Colors of #A53AAA
Black with #A53AAA
Text Example
Text Example
White with #A53AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AAA; }
p { color: rgb(165,58,170); }
H1.HeaderClassName
{
color: #A53AAA;
}
.AnyTagClassName
{
color: #A53AAA;
}
</style>
background-color css
<style>
a { background-color: #A53AAA; }
a { background-color: rgb(165,58,170); }
div.DivClassName
{
background-color: #A53AAA;
}
.BgClassName
{
background-color: #A53AAA;
}
</style>
border-color css
<style>
span { border-color: #A53AAA; }
span { border-color: rgb(165,58,170); }
td.TdClassName
{
border-color: #A53AAA;
}
.TagClassName
{
border-color: #A53AAA;
}
</style>