Shades of Violet Blue #A15AAA
Tints of Violet Blue #A15AAA
RGB
CMYK
RGB Variations
Color information
#A15AAA (or 0xA15AAA) is known color: Violet Blue. HEX triplet: A1, 5A and AA. RGB value is (161,90,170). Sum of RGB (Red+Green+Blue) = 161+90+170=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #A15AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A15AAA is #5EA555. Grayscale: #787878. Windows color (decimal): -6202710 or 11164321. OLE color: 11164321.
HSL color Cylindrical-coordinate representation of color #A15AAA: hue angle of 293.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A15AAA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 90 | 170 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.33 |
| HSL | 293.25º | 0.32% | 0.51% | - |
| HSV(B) | 293.25º | 0.47% | 0.67% | - |
| XYZ | 25.61 | 17.79 | 40.11 | - |
| YUV | 120.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 90 | 170 | 0.05 | 0.47 | 0 | 0.33 | 293.25 | 0.32 | 0.51 |
| Hex | A1 | 5A | AA | 5 | 2F | 0 | 21 | 125 | 20 | 33 |
| Octal | 241 | 132 | 252 | 5 | 57 | 0 | 41 | 445 | 40 | 63 |
| Binary | 10100001 | 1011010 | 10101010 | 101 | 101111 | 0 | 100001 | 100100101 | 100000 | 110011 |
Color Harmonies of #A15AAA
Complementary color
Monochromatic Colors of #A15AAA
Black with #A15AAA
Text Example
Text Example
White with #A15AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15AAA; }
p { color: rgb(161,90,170); }
H1.HeaderClassName
{
color: #A15AAA;
}
.AnyTagClassName
{
color: #A15AAA;
}
</style>
background-color css
<style>
a { background-color: #A15AAA; }
a { background-color: rgb(161,90,170); }
div.DivClassName
{
background-color: #A15AAA;
}
.BgClassName
{
background-color: #A15AAA;
}
</style>
border-color css
<style>
span { border-color: #A15AAA; }
span { border-color: rgb(161,90,170); }
td.TdClassName
{
border-color: #A15AAA;
}
.TagClassName
{
border-color: #A15AAA;
}
</style>