Shades of Violet Blue #A54DAD
Tints of Violet Blue #A54DAD
RGB
CMYK
RGB Variations
Color information
#A54DAD (or 0xA54DAD) is known color: Violet Blue. HEX triplet: A5, 4D and AD. RGB value is (165,77,173). Sum of RGB (Red+Green+Blue) = 165+77+173=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 173 - color contains mainly: blue. Hex color #A54DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DAD is #5AB252. Grayscale: #717171. Windows color (decimal): -5943891 or 11357605. OLE color: 11357605.
HSL color Cylindrical-coordinate representation of color #A54DAD: hue angle of 295º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54DAD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 77 | 173 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.32 |
| HSL | 295º | 0.38% | 0.49% | - |
| HSV(B) | 295º | 0.55% | 0.68% | - |
| XYZ | 25.71 | 16.32 | 41.33 | - |
| YUV | 114.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 173 | 0.05 | 0.55 | 0 | 0.32 | 295 | 0.38 | 0.49 |
| Hex | A5 | 4D | AD | 5 | 37 | 0 | 20 | 127 | 26 | 31 |
| Octal | 245 | 115 | 255 | 5 | 67 | 0 | 40 | 447 | 46 | 61 |
| Binary | 10100101 | 1001101 | 10101101 | 101 | 110111 | 0 | 100000 | 100100111 | 100110 | 110001 |
Color Harmonies of #A54DAD
Complementary color
Monochromatic Colors of #A54DAD
Black with #A54DAD
Text Example
Text Example
White with #A54DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DAD; }
p { color: rgb(165,77,173); }
H1.HeaderClassName
{
color: #A54DAD;
}
.AnyTagClassName
{
color: #A54DAD;
}
</style>
background-color css
<style>
a { background-color: #A54DAD; }
a { background-color: rgb(165,77,173); }
div.DivClassName
{
background-color: #A54DAD;
}
.BgClassName
{
background-color: #A54DAD;
}
</style>
border-color css
<style>
span { border-color: #A54DAD; }
span { border-color: rgb(165,77,173); }
td.TdClassName
{
border-color: #A54DAD;
}
.TagClassName
{
border-color: #A54DAD;
}
</style>