Shades of Violet Blue #A352AA
Tints of Violet Blue #A352AA
RGB
CMYK
RGB Variations
Color information
#A352AA (or 0xA352AA) is known color: Violet Blue. HEX triplet: A3, 52 and AA. RGB value is (163,82,170). Sum of RGB (Red+Green+Blue) = 163+82+170=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #A352AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A352AA is #5CAD55. Grayscale: #737373. Windows color (decimal): -6073686 or 11162275. OLE color: 11162275.
HSL color Cylindrical-coordinate representation of color #A352AA: hue angle of 295.23º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A352AA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 82 | 170 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.33 |
| HSL | 295.23º | 0.35% | 0.49% | - |
| HSV(B) | 295.23º | 0.52% | 0.67% | - |
| XYZ | 25.38 | 16.72 | 39.92 | - |
| YUV | 116.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 82 | 170 | 0.04 | 0.52 | 0 | 0.33 | 295.23 | 0.35 | 0.49 |
| Hex | A3 | 52 | AA | 4 | 34 | 0 | 21 | 127 | 23 | 31 |
| Octal | 243 | 122 | 252 | 4 | 64 | 0 | 41 | 447 | 43 | 61 |
| Binary | 10100011 | 1010010 | 10101010 | 100 | 110100 | 0 | 100001 | 100100111 | 100011 | 110001 |
Color Harmonies of #A352AA
Complementary color
Monochromatic Colors of #A352AA
Black with #A352AA
Text Example
Text Example
White with #A352AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A352AA; }
p { color: rgb(163,82,170); }
H1.HeaderClassName
{
color: #A352AA;
}
.AnyTagClassName
{
color: #A352AA;
}
</style>
background-color css
<style>
a { background-color: #A352AA; }
a { background-color: rgb(163,82,170); }
div.DivClassName
{
background-color: #A352AA;
}
.BgClassName
{
background-color: #A352AA;
}
</style>
border-color css
<style>
span { border-color: #A352AA; }
span { border-color: rgb(163,82,170); }
td.TdClassName
{
border-color: #A352AA;
}
.TagClassName
{
border-color: #A352AA;
}
</style>