Shades of Violet Blue #A153AD
Tints of Violet Blue #A153AD
RGB
CMYK
RGB Variations
Color information
#A153AD (or 0xA153AD) is known color: Violet Blue. HEX triplet: A1, 53 and AD. RGB value is (161,83,173). Sum of RGB (Red+Green+Blue) = 161+83+173=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #A153AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153AD is #5EAC52. Grayscale: #747474. Windows color (decimal): -6204499 or 11359137. OLE color: 11359137.
HSL color Cylindrical-coordinate representation of color #A153AD: hue angle of 292º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A153AD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 83 | 173 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.32 |
| HSL | 292º | 0.35% | 0.5% | - |
| HSV(B) | 292º | 0.52% | 0.68% | - |
| XYZ | 25.33 | 16.78 | 41.44 | - |
| YUV | 116.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 173 | 0.07 | 0.52 | 0 | 0.32 | 292 | 0.35 | 0.5 |
| Hex | A1 | 53 | AD | 7 | 34 | 0 | 20 | 124 | 23 | 32 |
| Octal | 241 | 123 | 255 | 7 | 64 | 0 | 40 | 444 | 43 | 62 |
| Binary | 10100001 | 1010011 | 10101101 | 111 | 110100 | 0 | 100000 | 100100100 | 100011 | 110010 |
Color Harmonies of #A153AD
Complementary color
Monochromatic Colors of #A153AD
Black with #A153AD
Text Example
Text Example
White with #A153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153AD; }
p { color: rgb(161,83,173); }
H1.HeaderClassName
{
color: #A153AD;
}
.AnyTagClassName
{
color: #A153AD;
}
</style>
background-color css
<style>
a { background-color: #A153AD; }
a { background-color: rgb(161,83,173); }
div.DivClassName
{
background-color: #A153AD;
}
.BgClassName
{
background-color: #A153AD;
}
</style>
border-color css
<style>
span { border-color: #A153AD; }
span { border-color: rgb(161,83,173); }
td.TdClassName
{
border-color: #A153AD;
}
.TagClassName
{
border-color: #A153AD;
}
</style>