Shades of Violet Blue #A36EAD
Tints of Violet Blue #A36EAD
RGB
CMYK
RGB Variations
Color information
#A36EAD (or 0xA36EAD) is known color: Violet Blue. HEX triplet: A3, 6E and AD. RGB value is (163,110,173). Sum of RGB (Red+Green+Blue) = 163+110+173=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A36EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36EAD is #5C9152. Grayscale: #848484. Windows color (decimal): -6066515 or 11366051. OLE color: 11366051.
HSL color Cylindrical-coordinate representation of color #A36EAD: hue angle of 290.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36EAD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 110 | 173 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.32 |
| HSL | 290.48º | 0.28% | 0.55% | - |
| HSV(B) | 290.48º | 0.36% | 0.68% | - |
| XYZ | 28.22 | 21.96 | 42.29 | - |
| YUV | 133.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 173 | 0.06 | 0.36 | 0 | 0.32 | 290.48 | 0.28 | 0.55 |
| Hex | A3 | 6E | AD | 6 | 24 | 0 | 20 | 122 | 1C | 37 |
| Octal | 243 | 156 | 255 | 6 | 44 | 0 | 40 | 442 | 34 | 67 |
| Binary | 10100011 | 1101110 | 10101101 | 110 | 100100 | 0 | 100000 | 100100010 | 11100 | 110111 |
Color Harmonies of #A36EAD
Complementary color
Monochromatic Colors of #A36EAD
Black with #A36EAD
Text Example
Text Example
White with #A36EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36EAD; }
p { color: rgb(163,110,173); }
H1.HeaderClassName
{
color: #A36EAD;
}
.AnyTagClassName
{
color: #A36EAD;
}
</style>
background-color css
<style>
a { background-color: #A36EAD; }
a { background-color: rgb(163,110,173); }
div.DivClassName
{
background-color: #A36EAD;
}
.BgClassName
{
background-color: #A36EAD;
}
</style>
border-color css
<style>
span { border-color: #A36EAD; }
span { border-color: rgb(163,110,173); }
td.TdClassName
{
border-color: #A36EAD;
}
.TagClassName
{
border-color: #A36EAD;
}
</style>