Shades of Violet Blue #A552AB
Tints of Violet Blue #A552AB
RGB
CMYK
RGB Variations
Color information
#A552AB (or 0xA552AB) is known color: Violet Blue. HEX triplet: A5, 52 and AB. RGB value is (165,82,171). Sum of RGB (Red+Green+Blue) = 165+82+171=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #A552AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A552AB is #5AAD54. Grayscale: #747474. Windows color (decimal): -5942613 or 11227813. OLE color: 11227813.
HSL color Cylindrical-coordinate representation of color #A552AB: hue angle of 295.96º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A552AB is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 82 | 171 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.33 |
| HSL | 295.96º | 0.35% | 0.5% | - |
| HSV(B) | 295.96º | 0.52% | 0.67% | - |
| XYZ | 25.89 | 16.97 | 40.44 | - |
| YUV | 116.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 171 | 0.04 | 0.52 | 0 | 0.33 | 295.96 | 0.35 | 0.5 |
| Hex | A5 | 52 | AB | 4 | 34 | 0 | 21 | 128 | 23 | 32 |
| Octal | 245 | 122 | 253 | 4 | 64 | 0 | 41 | 450 | 43 | 62 |
| Binary | 10100101 | 1010010 | 10101011 | 100 | 110100 | 0 | 100001 | 100101000 | 100011 | 110010 |
Color Harmonies of #A552AB
Complementary color
Monochromatic Colors of #A552AB
Black with #A552AB
Text Example
Text Example
White with #A552AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A552AB; }
p { color: rgb(165,82,171); }
H1.HeaderClassName
{
color: #A552AB;
}
.AnyTagClassName
{
color: #A552AB;
}
</style>
background-color css
<style>
a { background-color: #A552AB; }
a { background-color: rgb(165,82,171); }
div.DivClassName
{
background-color: #A552AB;
}
.BgClassName
{
background-color: #A552AB;
}
</style>
border-color css
<style>
span { border-color: #A552AB; }
span { border-color: rgb(165,82,171); }
td.TdClassName
{
border-color: #A552AB;
}
.TagClassName
{
border-color: #A552AB;
}
</style>