Shades of Violet Blue #A55AAC
Tints of Violet Blue #A55AAC
RGB
CMYK
RGB Variations
Color information
#A55AAC (or 0xA55AAC) is known color: Violet Blue. HEX triplet: A5, 5A and AC. RGB value is (165,90,172). Sum of RGB (Red+Green+Blue) = 165+90+172=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #A55AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AAC is #5AA553. Grayscale: #797979. Windows color (decimal): -5940564 or 11295397. OLE color: 11295397.
HSL color Cylindrical-coordinate representation of color #A55AAC: hue angle of 294.88º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A55AAC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 90 | 172 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.33 |
| HSL | 294.88º | 0.33% | 0.51% | - |
| HSV(B) | 294.88º | 0.48% | 0.67% | - |
| XYZ | 26.62 | 18.29 | 41.16 | - |
| YUV | 121.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 172 | 0.04 | 0.48 | 0 | 0.33 | 294.88 | 0.33 | 0.51 |
| Hex | A5 | 5A | AC | 4 | 30 | 0 | 21 | 127 | 21 | 33 |
| Octal | 245 | 132 | 254 | 4 | 60 | 0 | 41 | 447 | 41 | 63 |
| Binary | 10100101 | 1011010 | 10101100 | 100 | 110000 | 0 | 100001 | 100100111 | 100001 | 110011 |
Color Harmonies of #A55AAC
Complementary color
Monochromatic Colors of #A55AAC
Black with #A55AAC
Text Example
Text Example
White with #A55AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AAC; }
p { color: rgb(165,90,172); }
H1.HeaderClassName
{
color: #A55AAC;
}
.AnyTagClassName
{
color: #A55AAC;
}
</style>
background-color css
<style>
a { background-color: #A55AAC; }
a { background-color: rgb(165,90,172); }
div.DivClassName
{
background-color: #A55AAC;
}
.BgClassName
{
background-color: #A55AAC;
}
</style>
border-color css
<style>
span { border-color: #A55AAC; }
span { border-color: rgb(165,90,172); }
td.TdClassName
{
border-color: #A55AAC;
}
.TagClassName
{
border-color: #A55AAC;
}
</style>