Shades of Violet Blue #A363AE
Tints of Violet Blue #A363AE
RGB
CMYK
RGB Variations
Color information
#A363AE (or 0xA363AE) is known color: Violet Blue. HEX triplet: A3, 63 and AE. RGB value is (163,99,174). Sum of RGB (Red+Green+Blue) = 163+99+174=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #A363AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A363AE is #5C9C51. Grayscale: #7E7E7E. Windows color (decimal): -6069330 or 11428771. OLE color: 11428771.
HSL color Cylindrical-coordinate representation of color #A363AE: hue angle of 291.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A363AE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 99 | 174 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.32 |
| HSL | 291.2º | 0.32% | 0.54% | - |
| HSV(B) | 291.2º | 0.43% | 0.68% | - |
| XYZ | 27.21 | 19.77 | 42.43 | - |
| YUV | 126.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 99 | 174 | 0.06 | 0.43 | 0 | 0.32 | 291.2 | 0.32 | 0.54 |
| Hex | A3 | 63 | AE | 6 | 2B | 0 | 20 | 123 | 20 | 36 |
| Octal | 243 | 143 | 256 | 6 | 53 | 0 | 40 | 443 | 40 | 66 |
| Binary | 10100011 | 1100011 | 10101110 | 110 | 101011 | 0 | 100000 | 100100011 | 100000 | 110110 |
Color Harmonies of #A363AE
Complementary color
Monochromatic Colors of #A363AE
Black with #A363AE
Text Example
Text Example
White with #A363AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A363AE; }
p { color: rgb(163,99,174); }
H1.HeaderClassName
{
color: #A363AE;
}
.AnyTagClassName
{
color: #A363AE;
}
</style>
background-color css
<style>
a { background-color: #A363AE; }
a { background-color: rgb(163,99,174); }
div.DivClassName
{
background-color: #A363AE;
}
.BgClassName
{
background-color: #A363AE;
}
</style>
border-color css
<style>
span { border-color: #A363AE; }
span { border-color: rgb(163,99,174); }
td.TdClassName
{
border-color: #A363AE;
}
.TagClassName
{
border-color: #A363AE;
}
</style>