Shades of Violet Blue #A352AB
Tints of Violet Blue #A352AB
RGB
CMYK
RGB Variations
Color information
#A352AB (or 0xA352AB) is known color: Violet Blue. HEX triplet: A3, 52 and AB. RGB value is (163,82,171). Sum of RGB (Red+Green+Blue) = 163+82+171=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #A352AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352AB is #5CAD54. Grayscale: #747474. Windows color (decimal): -6073685 or 11227811. OLE color: 11227811.
HSL color Cylindrical-coordinate representation of color #A352AB: hue angle of 294.61º 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 #A352AB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 82 | 171 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.33 |
| HSL | 294.61º | 0.35% | 0.5% | - |
| HSV(B) | 294.61º | 0.52% | 0.67% | - |
| XYZ | 25.47 | 16.76 | 40.42 | - |
| YUV | 116.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 171 | 0.05 | 0.52 | 0 | 0.33 | 294.61 | 0.35 | 0.5 |
| Hex | A3 | 52 | AB | 5 | 34 | 0 | 21 | 127 | 23 | 32 |
| Octal | 243 | 122 | 253 | 5 | 64 | 0 | 41 | 447 | 43 | 62 |
| Binary | 10100011 | 1010010 | 10101011 | 101 | 110100 | 0 | 100001 | 100100111 | 100011 | 110010 |
Color Harmonies of #A352AB
Complementary color
Monochromatic Colors of #A352AB
Black with #A352AB
Text Example
Text Example
White with #A352AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352AB; }
p { color: rgb(163,82,171); }
H1.HeaderClassName
{
color: #A352AB;
}
.AnyTagClassName
{
color: #A352AB;
}
</style>
background-color css
<style>
a { background-color: #A352AB; }
a { background-color: rgb(163,82,171); }
div.DivClassName
{
background-color: #A352AB;
}
.BgClassName
{
background-color: #A352AB;
}
</style>
border-color css
<style>
span { border-color: #A352AB; }
span { border-color: rgb(163,82,171); }
td.TdClassName
{
border-color: #A352AB;
}
.TagClassName
{
border-color: #A352AB;
}
</style>