Shades of Violet Blue #A355AC
Tints of Violet Blue #A355AC
RGB
CMYK
RGB Variations
Color information
#A355AC (or 0xA355AC) is known color: Violet Blue. HEX triplet: A3, 55 and AC. RGB value is (163,85,172). Sum of RGB (Red+Green+Blue) = 163+85+172=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #A355AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A355AC is #5CAA53. Grayscale: #757575. Windows color (decimal): -6072916 or 11294115. OLE color: 11294115.
HSL color Cylindrical-coordinate representation of color #A355AC: hue angle of 293.79º 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 #A355AC is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 85 | 172 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.33 |
| HSL | 293.79º | 0.34% | 0.5% | - |
| HSV(B) | 293.79º | 0.51% | 0.67% | - |
| XYZ | 25.8 | 17.26 | 41 | - |
| YUV | 118.24 | 158.34 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 85 | 172 | 0.05 | 0.51 | 0 | 0.33 | 293.79 | 0.34 | 0.5 |
| Hex | A3 | 55 | AC | 5 | 33 | 0 | 21 | 126 | 22 | 32 |
| Octal | 243 | 125 | 254 | 5 | 63 | 0 | 41 | 446 | 42 | 62 |
| Binary | 10100011 | 1010101 | 10101100 | 101 | 110011 | 0 | 100001 | 100100110 | 100010 | 110010 |
Color Harmonies of #A355AC
Complementary color
Monochromatic Colors of #A355AC
Black with #A355AC
Text Example
Text Example
White with #A355AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A355AC; }
p { color: rgb(163,85,172); }
H1.HeaderClassName
{
color: #A355AC;
}
.AnyTagClassName
{
color: #A355AC;
}
</style>
background-color css
<style>
a { background-color: #A355AC; }
a { background-color: rgb(163,85,172); }
div.DivClassName
{
background-color: #A355AC;
}
.BgClassName
{
background-color: #A355AC;
}
</style>
border-color css
<style>
span { border-color: #A355AC; }
span { border-color: rgb(163,85,172); }
td.TdClassName
{
border-color: #A355AC;
}
.TagClassName
{
border-color: #A355AC;
}
</style>