Shades of Violet Blue #A36DAA
Tints of Violet Blue #A36DAA
RGB
CMYK
RGB Variations
Color information
#A36DAA (or 0xA36DAA) is known color: Violet Blue. HEX triplet: A3, 6D and AA. RGB value is (163,109,170). Sum of RGB (Red+Green+Blue) = 163+109+170=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36DAA is #5C9255. Grayscale: #838383. Windows color (decimal): -6066774 or 11169187. OLE color: 11169187.
HSL color Cylindrical-coordinate representation of color #A36DAA: hue angle of 293.11º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36DAA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 109 | 170 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.33 |
| HSL | 293.11º | 0.26% | 0.55% | - |
| HSV(B) | 293.11º | 0.36% | 0.67% | - |
| XYZ | 27.83 | 21.63 | 40.74 | - |
| YUV | 132.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 170 | 0.04 | 0.36 | 0 | 0.33 | 293.11 | 0.26 | 0.55 |
| Hex | A3 | 6D | AA | 4 | 24 | 0 | 21 | 125 | 1A | 37 |
| Octal | 243 | 155 | 252 | 4 | 44 | 0 | 41 | 445 | 32 | 67 |
| Binary | 10100011 | 1101101 | 10101010 | 100 | 100100 | 0 | 100001 | 100100101 | 11010 | 110111 |
Color Harmonies of #A36DAA
Complementary color
Monochromatic Colors of #A36DAA
Black with #A36DAA
Text Example
Text Example
White with #A36DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36DAA; }
p { color: rgb(163,109,170); }
H1.HeaderClassName
{
color: #A36DAA;
}
.AnyTagClassName
{
color: #A36DAA;
}
</style>
background-color css
<style>
a { background-color: #A36DAA; }
a { background-color: rgb(163,109,170); }
div.DivClassName
{
background-color: #A36DAA;
}
.BgClassName
{
background-color: #A36DAA;
}
</style>
border-color css
<style>
span { border-color: #A36DAA; }
span { border-color: rgb(163,109,170); }
td.TdClassName
{
border-color: #A36DAA;
}
.TagClassName
{
border-color: #A36DAA;
}
</style>