Shades of Violet Blue #A36DAE
Tints of Violet Blue #A36DAE
RGB
CMYK
RGB Variations
Color information
#A36DAE (or 0xA36DAE) is known color: Violet Blue. HEX triplet: A3, 6D and AE. RGB value is (163,109,174). Sum of RGB (Red+Green+Blue) = 163+109+174=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #A36DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36DAE is #5C9251. Grayscale: #848484. Windows color (decimal): -6066770 or 11431331. OLE color: 11431331.
HSL color Cylindrical-coordinate representation of color #A36DAE: hue angle of 289.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A36DAE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 109 | 174 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.32 |
| HSL | 289.85º | 0.29% | 0.55% | - |
| HSV(B) | 289.85º | 0.37% | 0.68% | - |
| XYZ | 28.21 | 21.78 | 42.76 | - |
| YUV | 132.56 | 151.39 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 174 | 0.06 | 0.37 | 0 | 0.32 | 289.85 | 0.29 | 0.55 |
| Hex | A3 | 6D | AE | 6 | 25 | 0 | 20 | 122 | 1D | 37 |
| Octal | 243 | 155 | 256 | 6 | 45 | 0 | 40 | 442 | 35 | 67 |
| Binary | 10100011 | 1101101 | 10101110 | 110 | 100101 | 0 | 100000 | 100100010 | 11101 | 110111 |
Color Harmonies of #A36DAE
Complementary color
Monochromatic Colors of #A36DAE
Black with #A36DAE
Text Example
Text Example
White with #A36DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DAE; }
p { color: rgb(163,109,174); }
H1.HeaderClassName
{
color: #A36DAE;
}
.AnyTagClassName
{
color: #A36DAE;
}
</style>
background-color css
<style>
a { background-color: #A36DAE; }
a { background-color: rgb(163,109,174); }
div.DivClassName
{
background-color: #A36DAE;
}
.BgClassName
{
background-color: #A36DAE;
}
</style>
border-color css
<style>
span { border-color: #A36DAE; }
span { border-color: rgb(163,109,174); }
td.TdClassName
{
border-color: #A36DAE;
}
.TagClassName
{
border-color: #A36DAE;
}
</style>