Shades of Violet Blue #A360AD
Tints of Violet Blue #A360AD
RGB
CMYK
RGB Variations
Color information
#A360AD (or 0xA360AD) is known color: Violet Blue. HEX triplet: A3, 60 and AD. RGB value is (163,96,173). Sum of RGB (Red+Green+Blue) = 163+96+173=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #A360AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A360AD is #5C9F52. Grayscale: #7C7C7C. Windows color (decimal): -6070099 or 11362467. OLE color: 11362467.
HSL color Cylindrical-coordinate representation of color #A360AD: hue angle of 292.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A360AD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 96 | 173 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.32 |
| HSL | 292.21º | 0.32% | 0.53% | - |
| HSV(B) | 292.21º | 0.45% | 0.68% | - |
| XYZ | 26.83 | 19.17 | 41.82 | - |
| YUV | 124.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 96 | 173 | 0.06 | 0.45 | 0 | 0.32 | 292.21 | 0.32 | 0.53 |
| Hex | A3 | 60 | AD | 6 | 2D | 0 | 20 | 124 | 20 | 35 |
| Octal | 243 | 140 | 255 | 6 | 55 | 0 | 40 | 444 | 40 | 65 |
| Binary | 10100011 | 1100000 | 10101101 | 110 | 101101 | 0 | 100000 | 100100100 | 100000 | 110101 |
Color Harmonies of #A360AD
Complementary color
Monochromatic Colors of #A360AD
Black with #A360AD
Text Example
Text Example
White with #A360AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A360AD; }
p { color: rgb(163,96,173); }
H1.HeaderClassName
{
color: #A360AD;
}
.AnyTagClassName
{
color: #A360AD;
}
</style>
background-color css
<style>
a { background-color: #A360AD; }
a { background-color: rgb(163,96,173); }
div.DivClassName
{
background-color: #A360AD;
}
.BgClassName
{
background-color: #A360AD;
}
</style>
border-color css
<style>
span { border-color: #A360AD; }
span { border-color: rgb(163,96,173); }
td.TdClassName
{
border-color: #A360AD;
}
.TagClassName
{
border-color: #A360AD;
}
</style>