Shades of Violet Blue #A345AB
Tints of Violet Blue #A345AB
RGB
CMYK
RGB Variations
Color information
#A345AB (or 0xA345AB) is known color: Violet Blue. HEX triplet: A3, 45 and AB. RGB value is (163,69,171). Sum of RGB (Red+Green+Blue) = 163+69+171=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #A345AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A345AB is #5CBA54. Grayscale: #6C6C6C. Windows color (decimal): -6077013 or 11224483. OLE color: 11224483.
HSL color Cylindrical-coordinate representation of color #A345AB: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A345AB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 69 | 171 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.33 |
| HSL | 295.29º | 0.43% | 0.47% | - |
| HSV(B) | 295.29º | 0.6% | 0.67% | - |
| XYZ | 24.58 | 14.98 | 40.12 | - |
| YUV | 108.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 171 | 0.05 | 0.60 | 0 | 0.33 | 295.29 | 0.43 | 0.47 |
| Hex | A3 | 45 | AB | 5 | 3C | 0 | 21 | 127 | 2A | 2F |
| Octal | 243 | 105 | 253 | 5 | 74 | 0 | 41 | 447 | 52 | 57 |
| Binary | 10100011 | 1000101 | 10101011 | 101 | 111100 | 0 | 100001 | 100100111 | 101010 | 101111 |
Color Harmonies of #A345AB
Complementary color
Monochromatic Colors of #A345AB
Black with #A345AB
Text Example
Text Example
White with #A345AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A345AB; }
p { color: rgb(163,69,171); }
H1.HeaderClassName
{
color: #A345AB;
}
.AnyTagClassName
{
color: #A345AB;
}
</style>
background-color css
<style>
a { background-color: #A345AB; }
a { background-color: rgb(163,69,171); }
div.DivClassName
{
background-color: #A345AB;
}
.BgClassName
{
background-color: #A345AB;
}
</style>
border-color css
<style>
span { border-color: #A345AB; }
span { border-color: rgb(163,69,171); }
td.TdClassName
{
border-color: #A345AB;
}
.TagClassName
{
border-color: #A345AB;
}
</style>