Shades of Violet Blue #A363AD
Tints of Violet Blue #A363AD
RGB
CMYK
RGB Variations
Color information
#A363AD (or 0xA363AD) is known color: Violet Blue. HEX triplet: A3, 63 and AD. RGB value is (163,99,173). Sum of RGB (Red+Green+Blue) = 163+99+173=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #A363AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AD is #5C9C52. Grayscale: #7E7E7E. Windows color (decimal): -6069331 or 11363235. OLE color: 11363235.
HSL color Cylindrical-coordinate representation of color #A363AD: hue angle of 291.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A363AD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 99 | 173 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.32 |
| HSL | 291.89º | 0.31% | 0.53% | - |
| HSV(B) | 291.89º | 0.43% | 0.68% | - |
| XYZ | 27.11 | 19.73 | 41.91 | - |
| YUV | 126.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 173 | 0.06 | 0.43 | 0 | 0.32 | 291.89 | 0.31 | 0.53 |
| Hex | A3 | 63 | AD | 6 | 2B | 0 | 20 | 124 | 1F | 35 |
| Octal | 243 | 143 | 255 | 6 | 53 | 0 | 40 | 444 | 37 | 65 |
| Binary | 10100011 | 1100011 | 10101101 | 110 | 101011 | 0 | 100000 | 100100100 | 11111 | 110101 |
Color Harmonies of #A363AD
Complementary color
Monochromatic Colors of #A363AD
Black with #A363AD
Text Example
Text Example
White with #A363AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363AD; }
p { color: rgb(163,99,173); }
H1.HeaderClassName
{
color: #A363AD;
}
.AnyTagClassName
{
color: #A363AD;
}
</style>
background-color css
<style>
a { background-color: #A363AD; }
a { background-color: rgb(163,99,173); }
div.DivClassName
{
background-color: #A363AD;
}
.BgClassName
{
background-color: #A363AD;
}
</style>
border-color css
<style>
span { border-color: #A363AD; }
span { border-color: rgb(163,99,173); }
td.TdClassName
{
border-color: #A363AD;
}
.TagClassName
{
border-color: #A363AD;
}
</style>