Shades of Violet Blue #A360AB
Tints of Violet Blue #A360AB
RGB
CMYK
RGB Variations
Color information
#A360AB (or 0xA360AB) is known color: Violet Blue. HEX triplet: A3, 60 and AB. RGB value is (163,96,171). Sum of RGB (Red+Green+Blue) = 163+96+171=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #A360AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360AB is #5C9F54. Grayscale: #7C7C7C. Windows color (decimal): -6070101 or 11231395. OLE color: 11231395.
HSL color Cylindrical-coordinate representation of color #A360AB: hue angle of 293.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A360AB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 96 | 171 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.33 |
| HSL | 293.6º | 0.31% | 0.52% | - |
| HSV(B) | 293.6º | 0.44% | 0.67% | - |
| XYZ | 26.64 | 19.09 | 40.81 | - |
| YUV | 124.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 171 | 0.05 | 0.44 | 0 | 0.33 | 293.6 | 0.31 | 0.52 |
| Hex | A3 | 60 | AB | 5 | 2C | 0 | 21 | 126 | 1F | 34 |
| Octal | 243 | 140 | 253 | 5 | 54 | 0 | 41 | 446 | 37 | 64 |
| Binary | 10100011 | 1100000 | 10101011 | 101 | 101100 | 0 | 100001 | 100100110 | 11111 | 110100 |
Color Harmonies of #A360AB
Complementary color
Monochromatic Colors of #A360AB
Black with #A360AB
Text Example
Text Example
White with #A360AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360AB; }
p { color: rgb(163,96,171); }
H1.HeaderClassName
{
color: #A360AB;
}
.AnyTagClassName
{
color: #A360AB;
}
</style>
background-color css
<style>
a { background-color: #A360AB; }
a { background-color: rgb(163,96,171); }
div.DivClassName
{
background-color: #A360AB;
}
.BgClassName
{
background-color: #A360AB;
}
</style>
border-color css
<style>
span { border-color: #A360AB; }
span { border-color: rgb(163,96,171); }
td.TdClassName
{
border-color: #A360AB;
}
.TagClassName
{
border-color: #A360AB;
}
</style>