Shades of Violet Blue #A352A7
Tints of Violet Blue #A352A7
RGB
CMYK
RGB Variations
Color information
#A352A7 (or 0xA352A7) is known color: Violet Blue. HEX triplet: A3, 52 and A7. RGB value is (163,82,167). Sum of RGB (Red+Green+Blue) = 163+82+167=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 167 (65.62% from 255 or 40.53% from 412); Max value from RGB is 167 - color contains mainly: blue. Hex color #A352A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352A7 is #5CAD58. Grayscale: #737373. Windows color (decimal): -6073689 or 10965667. OLE color: 10965667.
HSL color Cylindrical-coordinate representation of color #A352A7: hue angle of 297.18º 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 #A352A7 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 82 | 167 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.35 |
| HSL | 297.18º | 0.34% | 0.49% | - |
| HSV(B) | 297.18º | 0.51% | 0.65% | - |
| XYZ | 25.1 | 16.61 | 38.44 | - |
| YUV | 115.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 167 | 0.02 | 0.51 | 0 | 0.35 | 297.18 | 0.34 | 0.49 |
| Hex | A3 | 52 | A7 | 2 | 33 | 0 | 23 | 129 | 22 | 31 |
| Octal | 243 | 122 | 247 | 2 | 63 | 0 | 43 | 451 | 42 | 61 |
| Binary | 10100011 | 1010010 | 10100111 | 10 | 110011 | 0 | 100011 | 100101001 | 100010 | 110001 |
Color Harmonies of #A352A7
Complementary color
Monochromatic Colors of #A352A7
Black with #A352A7
Text Example
Text Example
White with #A352A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352A7; }
p { color: rgb(163,82,167); }
H1.HeaderClassName
{
color: #A352A7;
}
.AnyTagClassName
{
color: #A352A7;
}
</style>
background-color css
<style>
a { background-color: #A352A7; }
a { background-color: rgb(163,82,167); }
div.DivClassName
{
background-color: #A352A7;
}
.BgClassName
{
background-color: #A352A7;
}
</style>
border-color css
<style>
span { border-color: #A352A7; }
span { border-color: rgb(163,82,167); }
td.TdClassName
{
border-color: #A352A7;
}
.TagClassName
{
border-color: #A352A7;
}
</style>