Shades of Violet Blue #A35BAC
Tints of Violet Blue #A35BAC
RGB
CMYK
RGB Variations
Color information
#A35BAC (or 0xA35BAC) is known color: Violet Blue. HEX triplet: A3, 5B and AC. RGB value is (163,91,172). Sum of RGB (Red+Green+Blue) = 163+91+172=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #A35BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35BAC is #5CA453. Grayscale: #797979. Windows color (decimal): -6071380 or 11295651. OLE color: 11295651.
HSL color Cylindrical-coordinate representation of color #A35BAC: hue angle of 293.33º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A35BAC is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 91 | 172 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.33 |
| HSL | 293.33º | 0.33% | 0.52% | - |
| HSV(B) | 293.33º | 0.47% | 0.67% | - |
| XYZ | 26.29 | 18.25 | 41.17 | - |
| YUV | 121.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 91 | 172 | 0.05 | 0.47 | 0 | 0.33 | 293.33 | 0.33 | 0.52 |
| Hex | A3 | 5B | AC | 5 | 2F | 0 | 21 | 125 | 21 | 34 |
| Octal | 243 | 133 | 254 | 5 | 57 | 0 | 41 | 445 | 41 | 64 |
| Binary | 10100011 | 1011011 | 10101100 | 101 | 101111 | 0 | 100001 | 100100101 | 100001 | 110100 |
Color Harmonies of #A35BAC
Complementary color
Monochromatic Colors of #A35BAC
Black with #A35BAC
Text Example
Text Example
White with #A35BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A35BAC; }
p { color: rgb(163,91,172); }
H1.HeaderClassName
{
color: #A35BAC;
}
.AnyTagClassName
{
color: #A35BAC;
}
</style>
background-color css
<style>
a { background-color: #A35BAC; }
a { background-color: rgb(163,91,172); }
div.DivClassName
{
background-color: #A35BAC;
}
.BgClassName
{
background-color: #A35BAC;
}
</style>
border-color css
<style>
span { border-color: #A35BAC; }
span { border-color: rgb(163,91,172); }
td.TdClassName
{
border-color: #A35BAC;
}
.TagClassName
{
border-color: #A35BAC;
}
</style>