Shades of Violet Blue #A355AB
Tints of Violet Blue #A355AB
RGB
CMYK
RGB Variations
Color information
#A355AB (or 0xA355AB) is known color: Violet Blue. HEX triplet: A3, 55 and AB. RGB value is (163,85,171). Sum of RGB (Red+Green+Blue) = 163+85+171=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #A355AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AB is #5CAA54. Grayscale: #757575. Windows color (decimal): -6072917 or 11228579. OLE color: 11228579.
HSL color Cylindrical-coordinate representation of color #A355AB: hue angle of 294.42º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A355AB is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 85 | 171 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.33 |
| HSL | 294.42º | 0.34% | 0.5% | - |
| HSV(B) | 294.42º | 0.5% | 0.67% | - |
| XYZ | 25.7 | 17.22 | 40.5 | - |
| YUV | 118.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 171 | 0.05 | 0.50 | 0 | 0.33 | 294.42 | 0.34 | 0.5 |
| Hex | A3 | 55 | AB | 5 | 32 | 0 | 21 | 126 | 22 | 32 |
| Octal | 243 | 125 | 253 | 5 | 62 | 0 | 41 | 446 | 42 | 62 |
| Binary | 10100011 | 1010101 | 10101011 | 101 | 110010 | 0 | 100001 | 100100110 | 100010 | 110010 |
Color Harmonies of #A355AB
Complementary color
Monochromatic Colors of #A355AB
Black with #A355AB
Text Example
Text Example
White with #A355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355AB; }
p { color: rgb(163,85,171); }
H1.HeaderClassName
{
color: #A355AB;
}
.AnyTagClassName
{
color: #A355AB;
}
</style>
background-color css
<style>
a { background-color: #A355AB; }
a { background-color: rgb(163,85,171); }
div.DivClassName
{
background-color: #A355AB;
}
.BgClassName
{
background-color: #A355AB;
}
</style>
border-color css
<style>
span { border-color: #A355AB; }
span { border-color: rgb(163,85,171); }
td.TdClassName
{
border-color: #A355AB;
}
.TagClassName
{
border-color: #A355AB;
}
</style>