Shades of Violet Blue #A455AD
Tints of Violet Blue #A455AD
RGB
CMYK
RGB Variations
Color information
#A455AD (or 0xA455AD) is known color: Violet Blue. HEX triplet: A4, 55 and AD. RGB value is (164,85,173). Sum of RGB (Red+Green+Blue) = 164+85+173=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A455AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A455AD is #5BAA52. Grayscale: #767676. Windows color (decimal): -6007379 or 11359652. OLE color: 11359652.
HSL color Cylindrical-coordinate representation of color #A455AD: hue angle of 293.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A455AD is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 85 | 173 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.32 |
| HSL | 293.86º | 0.35% | 0.51% | - |
| HSV(B) | 293.86º | 0.51% | 0.68% | - |
| XYZ | 26.1 | 17.41 | 41.52 | - |
| YUV | 118.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 85 | 173 | 0.05 | 0.51 | 0 | 0.32 | 293.86 | 0.35 | 0.51 |
| Hex | A4 | 55 | AD | 5 | 33 | 0 | 20 | 126 | 23 | 33 |
| Octal | 244 | 125 | 255 | 5 | 63 | 0 | 40 | 446 | 43 | 63 |
| Binary | 10100100 | 1010101 | 10101101 | 101 | 110011 | 0 | 100000 | 100100110 | 100011 | 110011 |
Color Harmonies of #A455AD
Complementary color
Monochromatic Colors of #A455AD
Black with #A455AD
Text Example
Text Example
White with #A455AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A455AD; }
p { color: rgb(164,85,173); }
H1.HeaderClassName
{
color: #A455AD;
}
.AnyTagClassName
{
color: #A455AD;
}
</style>
background-color css
<style>
a { background-color: #A455AD; }
a { background-color: rgb(164,85,173); }
div.DivClassName
{
background-color: #A455AD;
}
.BgClassName
{
background-color: #A455AD;
}
</style>
border-color css
<style>
span { border-color: #A455AD; }
span { border-color: rgb(164,85,173); }
td.TdClassName
{
border-color: #A455AD;
}
.TagClassName
{
border-color: #A455AD;
}
</style>