Shades of Violet Blue #A153AB
Tints of Violet Blue #A153AB
RGB
CMYK
RGB Variations
Color information
#A153AB (or 0xA153AB) is known color: Violet Blue. HEX triplet: A1, 53 and AB. RGB value is (161,83,171). Sum of RGB (Red+Green+Blue) = 161+83+171=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #A153AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153AB is #5EAC54. Grayscale: #747474. Windows color (decimal): -6204501 or 11228065. OLE color: 11228065.
HSL color Cylindrical-coordinate representation of color #A153AB: hue angle of 293.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A153AB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 83 | 171 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.33 |
| HSL | 293.18º | 0.35% | 0.5% | - |
| HSV(B) | 293.18º | 0.51% | 0.67% | - |
| XYZ | 25.14 | 16.7 | 40.43 | - |
| YUV | 116.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 171 | 0.06 | 0.51 | 0 | 0.33 | 293.18 | 0.35 | 0.5 |
| Hex | A1 | 53 | AB | 6 | 33 | 0 | 21 | 125 | 23 | 32 |
| Octal | 241 | 123 | 253 | 6 | 63 | 0 | 41 | 445 | 43 | 62 |
| Binary | 10100001 | 1010011 | 10101011 | 110 | 110011 | 0 | 100001 | 100100101 | 100011 | 110010 |
Color Harmonies of #A153AB
Complementary color
Monochromatic Colors of #A153AB
Black with #A153AB
Text Example
Text Example
White with #A153AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153AB; }
p { color: rgb(161,83,171); }
H1.HeaderClassName
{
color: #A153AB;
}
.AnyTagClassName
{
color: #A153AB;
}
</style>
background-color css
<style>
a { background-color: #A153AB; }
a { background-color: rgb(161,83,171); }
div.DivClassName
{
background-color: #A153AB;
}
.BgClassName
{
background-color: #A153AB;
}
</style>
border-color css
<style>
span { border-color: #A153AB; }
span { border-color: rgb(161,83,171); }
td.TdClassName
{
border-color: #A153AB;
}
.TagClassName
{
border-color: #A153AB;
}
</style>