Shades of Violet Blue #A553AA
Tints of Violet Blue #A553AA
RGB
CMYK
RGB Variations
Color information
#A553AA (or 0xA553AA) is known color: Violet Blue. HEX triplet: A5, 53 and AA. RGB value is (165,83,170). Sum of RGB (Red+Green+Blue) = 165+83+170=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #A553AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553AA is #5AAC55. Grayscale: #757575. Windows color (decimal): -5942358 or 11162533. OLE color: 11162533.
HSL color Cylindrical-coordinate representation of color #A553AA: hue angle of 296.55º degrees, saturation: 0.34, 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 #A553AA is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 83 | 170 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.33 |
| HSL | 296.55º | 0.34% | 0.5% | - |
| HSV(B) | 296.55º | 0.51% | 0.67% | - |
| XYZ | 25.87 | 17.09 | 39.97 | - |
| YUV | 117.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 83 | 170 | 0.03 | 0.51 | 0 | 0.33 | 296.55 | 0.34 | 0.5 |
| Hex | A5 | 53 | AA | 3 | 33 | 0 | 21 | 129 | 22 | 32 |
| Octal | 245 | 123 | 252 | 3 | 63 | 0 | 41 | 451 | 42 | 62 |
| Binary | 10100101 | 1010011 | 10101010 | 11 | 110011 | 0 | 100001 | 100101001 | 100010 | 110010 |
Color Harmonies of #A553AA
Complementary color
Monochromatic Colors of #A553AA
Black with #A553AA
Text Example
Text Example
White with #A553AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A553AA; }
p { color: rgb(165,83,170); }
H1.HeaderClassName
{
color: #A553AA;
}
.AnyTagClassName
{
color: #A553AA;
}
</style>
background-color css
<style>
a { background-color: #A553AA; }
a { background-color: rgb(165,83,170); }
div.DivClassName
{
background-color: #A553AA;
}
.BgClassName
{
background-color: #A553AA;
}
</style>
border-color css
<style>
span { border-color: #A553AA; }
span { border-color: rgb(165,83,170); }
td.TdClassName
{
border-color: #A553AA;
}
.TagClassName
{
border-color: #A553AA;
}
</style>