Shades of Violet Blue #A54BAD
Tints of Violet Blue #A54BAD
RGB
CMYK
RGB Variations
Color information
#A54BAD (or 0xA54BAD) is known color: Violet Blue. HEX triplet: A5, 4B and AD. RGB value is (165,75,173). Sum of RGB (Red+Green+Blue) = 165+75+173=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 75 (29.69% from 255 or 18.16% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #A54BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAD is #5AB452. Grayscale: #707070. Windows color (decimal): -5944403 or 11357093. OLE color: 11357093.
HSL color Cylindrical-coordinate representation of color #A54BAD: hue angle of 295.1º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54BAD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 75 | 173 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.32 |
| HSL | 295.1º | 0.4% | 0.49% | - |
| HSV(B) | 295.1º | 0.57% | 0.68% | - |
| XYZ | 25.58 | 16.05 | 41.28 | - |
| YUV | 113.08 | 161.82 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 173 | 0.05 | 0.57 | 0 | 0.32 | 295.1 | 0.4 | 0.49 |
| Hex | A5 | 4B | AD | 5 | 39 | 0 | 20 | 127 | 28 | 31 |
| Octal | 245 | 113 | 255 | 5 | 71 | 0 | 40 | 447 | 50 | 61 |
| Binary | 10100101 | 1001011 | 10101101 | 101 | 111001 | 0 | 100000 | 100100111 | 101000 | 110001 |
Color Harmonies of #A54BAD
Complementary color
Monochromatic Colors of #A54BAD
Black with #A54BAD
Text Example
Text Example
White with #A54BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BAD; }
p { color: rgb(165,75,173); }
H1.HeaderClassName
{
color: #A54BAD;
}
.AnyTagClassName
{
color: #A54BAD;
}
</style>
background-color css
<style>
a { background-color: #A54BAD; }
a { background-color: rgb(165,75,173); }
div.DivClassName
{
background-color: #A54BAD;
}
.BgClassName
{
background-color: #A54BAD;
}
</style>
border-color css
<style>
span { border-color: #A54BAD; }
span { border-color: rgb(165,75,173); }
td.TdClassName
{
border-color: #A54BAD;
}
.TagClassName
{
border-color: #A54BAD;
}
</style>