Shades of Violet Blue #A54AAB
Tints of Violet Blue #A54AAB
RGB
CMYK
RGB Variations
Color information
#A54AAB (or 0xA54AAB) is known color: Violet Blue. HEX triplet: A5, 4A and AB. RGB value is (165,74,171). Sum of RGB (Red+Green+Blue) = 165+74+171=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAB is #5AB554. Grayscale: #6F6F6F. Windows color (decimal): -5944661 or 11225765. OLE color: 11225765.
HSL color Cylindrical-coordinate representation of color #A54AAB: hue angle of 296.29º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54AAB is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 74 | 171 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.33 |
| HSL | 296.29º | 0.4% | 0.48% | - |
| HSV(B) | 296.29º | 0.57% | 0.67% | - |
| XYZ | 25.32 | 15.84 | 40.25 | - |
| YUV | 112.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 74 | 171 | 0.04 | 0.57 | 0 | 0.33 | 296.29 | 0.4 | 0.48 |
| Hex | A5 | 4A | AB | 4 | 39 | 0 | 21 | 128 | 28 | 30 |
| Octal | 245 | 112 | 253 | 4 | 71 | 0 | 41 | 450 | 50 | 60 |
| Binary | 10100101 | 1001010 | 10101011 | 100 | 111001 | 0 | 100001 | 100101000 | 101000 | 110000 |
Color Harmonies of #A54AAB
Complementary color
Monochromatic Colors of #A54AAB
Black with #A54AAB
Text Example
Text Example
White with #A54AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54AAB; }
p { color: rgb(165,74,171); }
H1.HeaderClassName
{
color: #A54AAB;
}
.AnyTagClassName
{
color: #A54AAB;
}
</style>
background-color css
<style>
a { background-color: #A54AAB; }
a { background-color: rgb(165,74,171); }
div.DivClassName
{
background-color: #A54AAB;
}
.BgClassName
{
background-color: #A54AAB;
}
</style>
border-color css
<style>
span { border-color: #A54AAB; }
span { border-color: rgb(165,74,171); }
td.TdClassName
{
border-color: #A54AAB;
}
.TagClassName
{
border-color: #A54AAB;
}
</style>