Shades of Violet Blue #A351AA
Tints of Violet Blue #A351AA
RGB
CMYK
RGB Variations
Color information
#A351AA (or 0xA351AA) is known color: Violet Blue. HEX triplet: A3, 51 and AA. RGB value is (163,81,170). Sum of RGB (Red+Green+Blue) = 163+81+170=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #A351AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A351AA is #5CAE55. Grayscale: #737373. Windows color (decimal): -6073942 or 11162019. OLE color: 11162019.
HSL color Cylindrical-coordinate representation of color #A351AA: hue angle of 295.28º 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 #A351AA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 81 | 170 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.33 |
| HSL | 295.28º | 0.35% | 0.49% | - |
| HSV(B) | 295.28º | 0.52% | 0.67% | - |
| XYZ | 25.3 | 16.57 | 39.9 | - |
| YUV | 115.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 81 | 170 | 0.04 | 0.52 | 0 | 0.33 | 295.28 | 0.35 | 0.49 |
| Hex | A3 | 51 | AA | 4 | 34 | 0 | 21 | 127 | 23 | 31 |
| Octal | 243 | 121 | 252 | 4 | 64 | 0 | 41 | 447 | 43 | 61 |
| Binary | 10100011 | 1010001 | 10101010 | 100 | 110100 | 0 | 100001 | 100100111 | 100011 | 110001 |
Color Harmonies of #A351AA
Complementary color
Monochromatic Colors of #A351AA
Black with #A351AA
Text Example
Text Example
White with #A351AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A351AA; }
p { color: rgb(163,81,170); }
H1.HeaderClassName
{
color: #A351AA;
}
.AnyTagClassName
{
color: #A351AA;
}
</style>
background-color css
<style>
a { background-color: #A351AA; }
a { background-color: rgb(163,81,170); }
div.DivClassName
{
background-color: #A351AA;
}
.BgClassName
{
background-color: #A351AA;
}
</style>
border-color css
<style>
span { border-color: #A351AA; }
span { border-color: rgb(163,81,170); }
td.TdClassName
{
border-color: #A351AA;
}
.TagClassName
{
border-color: #A351AA;
}
</style>