Shades of Violet Blue #A153A3
Tints of Violet Blue #A153A3
RGB
CMYK
RGB Variations
Color information
#A153A3 (or 0xA153A3) is known color: Violet Blue. HEX triplet: A1, 53 and A3. RGB value is (161,83,163). Sum of RGB (Red+Green+Blue) = 161+83+163=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 163 - color contains mainly: blue. Hex color #A153A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153A3 is #5EAC5C. Grayscale: #737373. Windows color (decimal): -6204509 or 10703777. OLE color: 10703777.
HSL color Cylindrical-coordinate representation of color #A153A3: hue angle of 298.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A153A3 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 83 | 163 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.36 |
| HSL | 298.5º | 0.33% | 0.48% | - |
| HSV(B) | 298.5º | 0.49% | 0.64% | - |
| XYZ | 24.4 | 16.41 | 36.53 | - |
| YUV | 115.44 | 154.84 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 83 | 163 | 0.01 | 0.49 | 0 | 0.36 | 298.5 | 0.33 | 0.48 |
| Hex | A1 | 53 | A3 | 1 | 31 | 0 | 24 | 12A | 21 | 30 |
| Octal | 241 | 123 | 243 | 1 | 61 | 0 | 44 | 452 | 41 | 60 |
| Binary | 10100001 | 1010011 | 10100011 | 1 | 110001 | 0 | 100100 | 100101010 | 100001 | 110000 |
Color Harmonies of #A153A3
Complementary color
Monochromatic Colors of #A153A3
Black with #A153A3
Text Example
Text Example
White with #A153A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A153A3; }
p { color: rgb(161,83,163); }
H1.HeaderClassName
{
color: #A153A3;
}
.AnyTagClassName
{
color: #A153A3;
}
</style>
background-color css
<style>
a { background-color: #A153A3; }
a { background-color: rgb(161,83,163); }
div.DivClassName
{
background-color: #A153A3;
}
.BgClassName
{
background-color: #A153A3;
}
</style>
border-color css
<style>
span { border-color: #A153A3; }
span { border-color: rgb(161,83,163); }
td.TdClassName
{
border-color: #A153A3;
}
.TagClassName
{
border-color: #A153A3;
}
</style>