Shades of Violet Blue #A352AC
Tints of Violet Blue #A352AC
RGB
CMYK
RGB Variations
Color information
#A352AC (or 0xA352AC) is known color: Violet Blue. HEX triplet: A3, 52 and AC. RGB value is (163,82,172). Sum of RGB (Red+Green+Blue) = 163+82+172=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #A352AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352AC is #5CAD53. Grayscale: #747474. Windows color (decimal): -6073684 or 11293347. OLE color: 11293347.
HSL color Cylindrical-coordinate representation of color #A352AC: hue angle of 294º 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 #A352AC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 82 | 172 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.33 |
| HSL | 294º | 0.35% | 0.5% | - |
| HSV(B) | 294º | 0.52% | 0.67% | - |
| XYZ | 25.57 | 16.8 | 40.92 | - |
| YUV | 116.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 172 | 0.05 | 0.52 | 0 | 0.33 | 294 | 0.35 | 0.5 |
| Hex | A3 | 52 | AC | 5 | 34 | 0 | 21 | 126 | 23 | 32 |
| Octal | 243 | 122 | 254 | 5 | 64 | 0 | 41 | 446 | 43 | 62 |
| Binary | 10100011 | 1010010 | 10101100 | 101 | 110100 | 0 | 100001 | 100100110 | 100011 | 110010 |
Color Harmonies of #A352AC
Complementary color
Monochromatic Colors of #A352AC
Black with #A352AC
Text Example
Text Example
White with #A352AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352AC; }
p { color: rgb(163,82,172); }
H1.HeaderClassName
{
color: #A352AC;
}
.AnyTagClassName
{
color: #A352AC;
}
</style>
background-color css
<style>
a { background-color: #A352AC; }
a { background-color: rgb(163,82,172); }
div.DivClassName
{
background-color: #A352AC;
}
.BgClassName
{
background-color: #A352AC;
}
</style>
border-color css
<style>
span { border-color: #A352AC; }
span { border-color: rgb(163,82,172); }
td.TdClassName
{
border-color: #A352AC;
}
.TagClassName
{
border-color: #A352AC;
}
</style>