Shades of Violet Blue #A53FAA
Tints of Violet Blue #A53FAA
RGB
CMYK
RGB Variations
Color information
#A53FAA (or 0xA53FAA) is known color: Violet Blue. HEX triplet: A5, 3F and AA. RGB value is (165,63,170). Sum of RGB (Red+Green+Blue) = 165+63+170=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #A53FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FAA is #5AC055. Grayscale: #696969. Windows color (decimal): -5947478 or 11157413. OLE color: 11157413.
HSL color Cylindrical-coordinate representation of color #A53FAA: hue angle of 297.2º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A53FAA is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 63 | 170 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.33 |
| HSL | 297.2º | 0.46% | 0.46% | - |
| HSV(B) | 297.2º | 0.63% | 0.67% | - |
| XYZ | 24.55 | 14.46 | 39.53 | - |
| YUV | 105.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 170 | 0.03 | 0.63 | 0 | 0.33 | 297.2 | 0.46 | 0.46 |
| Hex | A5 | 3F | AA | 3 | 3F | 0 | 21 | 129 | 2E | 2E |
| Octal | 245 | 77 | 252 | 3 | 77 | 0 | 41 | 451 | 56 | 56 |
| Binary | 10100101 | 111111 | 10101010 | 11 | 111111 | 0 | 100001 | 100101001 | 101110 | 101110 |
Color Harmonies of #A53FAA
Complementary color
Monochromatic Colors of #A53FAA
Black with #A53FAA
Text Example
Text Example
White with #A53FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FAA; }
p { color: rgb(165,63,170); }
H1.HeaderClassName
{
color: #A53FAA;
}
.AnyTagClassName
{
color: #A53FAA;
}
</style>
background-color css
<style>
a { background-color: #A53FAA; }
a { background-color: rgb(165,63,170); }
div.DivClassName
{
background-color: #A53FAA;
}
.BgClassName
{
background-color: #A53FAA;
}
</style>
border-color css
<style>
span { border-color: #A53FAA; }
span { border-color: rgb(165,63,170); }
td.TdClassName
{
border-color: #A53FAA;
}
.TagClassName
{
border-color: #A53FAA;
}
</style>