Shades of Violet Blue #A54CAA
Tints of Violet Blue #A54CAA
RGB
CMYK
RGB Variations
Color information
#A54CAA (or 0xA54CAA) is known color: Violet Blue. HEX triplet: A5, 4C and AA. RGB value is (165,76,170). Sum of RGB (Red+Green+Blue) = 165+76+170=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #A54CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54CAA is #5AB355. Grayscale: #717171. Windows color (decimal): -5944150 or 11160741. OLE color: 11160741.
HSL color Cylindrical-coordinate representation of color #A54CAA: hue angle of 296.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54CAA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 76 | 170 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.33 |
| HSL | 296.81º | 0.38% | 0.48% | - |
| HSV(B) | 296.81º | 0.55% | 0.67% | - |
| XYZ | 25.36 | 16.07 | 39.8 | - |
| YUV | 113.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 76 | 170 | 0.03 | 0.55 | 0 | 0.33 | 296.81 | 0.38 | 0.48 |
| Hex | A5 | 4C | AA | 3 | 37 | 0 | 21 | 129 | 26 | 30 |
| Octal | 245 | 114 | 252 | 3 | 67 | 0 | 41 | 451 | 46 | 60 |
| Binary | 10100101 | 1001100 | 10101010 | 11 | 110111 | 0 | 100001 | 100101001 | 100110 | 110000 |
Color Harmonies of #A54CAA
Complementary color
Monochromatic Colors of #A54CAA
Black with #A54CAA
Text Example
Text Example
White with #A54CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54CAA; }
p { color: rgb(165,76,170); }
H1.HeaderClassName
{
color: #A54CAA;
}
.AnyTagClassName
{
color: #A54CAA;
}
</style>
background-color css
<style>
a { background-color: #A54CAA; }
a { background-color: rgb(165,76,170); }
div.DivClassName
{
background-color: #A54CAA;
}
.BgClassName
{
background-color: #A54CAA;
}
</style>
border-color css
<style>
span { border-color: #A54CAA; }
span { border-color: rgb(165,76,170); }
td.TdClassName
{
border-color: #A54CAA;
}
.TagClassName
{
border-color: #A54CAA;
}
</style>