Shades of Violet Blue #A55AAA
Tints of Violet Blue #A55AAA
RGB
CMYK
RGB Variations
Color information
#A55AAA (or 0xA55AAA) is known color: Violet Blue. HEX triplet: A5, 5A and AA. RGB value is (165,90,170). Sum of RGB (Red+Green+Blue) = 165+90+170=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #A55AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55AAA is #5AA555. Grayscale: #797979. Windows color (decimal): -5940566 or 11164325. OLE color: 11164325.
HSL color Cylindrical-coordinate representation of color #A55AAA: hue angle of 296.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 #A55AAA is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 90 | 170 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.33 |
| HSL | 296.25º | 0.32% | 0.51% | - |
| HSV(B) | 296.25º | 0.47% | 0.67% | - |
| XYZ | 26.43 | 18.21 | 40.15 | - |
| YUV | 121.55 | 155.35 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 90 | 170 | 0.03 | 0.47 | 0 | 0.33 | 296.25 | 0.32 | 0.51 |
| Hex | A5 | 5A | AA | 3 | 2F | 0 | 21 | 128 | 20 | 33 |
| Octal | 245 | 132 | 252 | 3 | 57 | 0 | 41 | 450 | 40 | 63 |
| Binary | 10100101 | 1011010 | 10101010 | 11 | 101111 | 0 | 100001 | 100101000 | 100000 | 110011 |
Color Harmonies of #A55AAA
Complementary color
Monochromatic Colors of #A55AAA
Black with #A55AAA
Text Example
Text Example
White with #A55AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A55AAA; }
p { color: rgb(165,90,170); }
H1.HeaderClassName
{
color: #A55AAA;
}
.AnyTagClassName
{
color: #A55AAA;
}
</style>
background-color css
<style>
a { background-color: #A55AAA; }
a { background-color: rgb(165,90,170); }
div.DivClassName
{
background-color: #A55AAA;
}
.BgClassName
{
background-color: #A55AAA;
}
</style>
border-color css
<style>
span { border-color: #A55AAA; }
span { border-color: rgb(165,90,170); }
td.TdClassName
{
border-color: #A55AAA;
}
.TagClassName
{
border-color: #A55AAA;
}
</style>