Shades of Violet Blue #A35BAA
Tints of Violet Blue #A35BAA
RGB
CMYK
RGB Variations
Color information
#A35BAA (or 0xA35BAA) is known color: Violet Blue. HEX triplet: A3, 5B and AA. RGB value is (163,91,170). Sum of RGB (Red+Green+Blue) = 163+91+170=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A35BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BAA is #5CA455. Grayscale: #797979. Windows color (decimal): -6071382 or 11164579. OLE color: 11164579.
HSL color Cylindrical-coordinate representation of color #A35BAA: hue angle of 294.68º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A35BAA is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 91 | 170 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.33 |
| HSL | 294.68º | 0.32% | 0.51% | - |
| HSV(B) | 294.68º | 0.46% | 0.67% | - |
| XYZ | 26.1 | 18.17 | 40.16 | - |
| YUV | 121.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 170 | 0.04 | 0.46 | 0 | 0.33 | 294.68 | 0.32 | 0.51 |
| Hex | A3 | 5B | AA | 4 | 2E | 0 | 21 | 127 | 20 | 33 |
| Octal | 243 | 133 | 252 | 4 | 56 | 0 | 41 | 447 | 40 | 63 |
| Binary | 10100011 | 1011011 | 10101010 | 100 | 101110 | 0 | 100001 | 100100111 | 100000 | 110011 |
Color Harmonies of #A35BAA
Complementary color
Monochromatic Colors of #A35BAA
Black with #A35BAA
Text Example
Text Example
White with #A35BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BAA; }
p { color: rgb(163,91,170); }
H1.HeaderClassName
{
color: #A35BAA;
}
.AnyTagClassName
{
color: #A35BAA;
}
</style>
background-color css
<style>
a { background-color: #A35BAA; }
a { background-color: rgb(163,91,170); }
div.DivClassName
{
background-color: #A35BAA;
}
.BgClassName
{
background-color: #A35BAA;
}
</style>
border-color css
<style>
span { border-color: #A35BAA; }
span { border-color: rgb(163,91,170); }
td.TdClassName
{
border-color: #A35BAA;
}
.TagClassName
{
border-color: #A35BAA;
}
</style>