Shades of Violet Blue #A352A6
Tints of Violet Blue #A352A6
RGB
CMYK
RGB Variations
Color information
#A352A6 (or 0xA352A6) is known color: Violet Blue. HEX triplet: A3, 52 and A6. RGB value is (163,82,166). Sum of RGB (Red+Green+Blue) = 163+82+166=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 166 - color contains mainly: blue. Hex color #A352A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352A6 is #5CAD59. Grayscale: #737373. Windows color (decimal): -6073690 or 10900131. OLE color: 10900131.
HSL color Cylindrical-coordinate representation of color #A352A6: hue angle of 297.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A352A6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 82 | 166 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.35 |
| HSL | 297.86º | 0.34% | 0.49% | - |
| HSV(B) | 297.86º | 0.51% | 0.65% | - |
| XYZ | 25 | 16.57 | 37.96 | - |
| YUV | 115.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 166 | 0.02 | 0.51 | 0 | 0.35 | 297.86 | 0.34 | 0.49 |
| Hex | A3 | 52 | A6 | 2 | 33 | 0 | 23 | 12A | 22 | 31 |
| Octal | 243 | 122 | 246 | 2 | 63 | 0 | 43 | 452 | 42 | 61 |
| Binary | 10100011 | 1010010 | 10100110 | 10 | 110011 | 0 | 100011 | 100101010 | 100010 | 110001 |
Color Harmonies of #A352A6
Complementary color
Monochromatic Colors of #A352A6
Black with #A352A6
Text Example
Text Example
White with #A352A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352A6; }
p { color: rgb(163,82,166); }
H1.HeaderClassName
{
color: #A352A6;
}
.AnyTagClassName
{
color: #A352A6;
}
</style>
background-color css
<style>
a { background-color: #A352A6; }
a { background-color: rgb(163,82,166); }
div.DivClassName
{
background-color: #A352A6;
}
.BgClassName
{
background-color: #A352A6;
}
</style>
border-color css
<style>
span { border-color: #A352A6; }
span { border-color: rgb(163,82,166); }
td.TdClassName
{
border-color: #A352A6;
}
.TagClassName
{
border-color: #A352A6;
}
</style>