Shades of Violet Blue #A36CAA
Tints of Violet Blue #A36CAA
RGB
CMYK
RGB Variations
Color information
#A36CAA (or 0xA36CAA) is known color: Violet Blue. HEX triplet: A3, 6C and AA. RGB value is (163,108,170). Sum of RGB (Red+Green+Blue) = 163+108+170=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36CAA is #5C9355. Grayscale: #838383. Windows color (decimal): -6067030 or 11168931. OLE color: 11168931.
HSL color Cylindrical-coordinate representation of color #A36CAA: hue angle of 293.23º degrees, saturation: 0.27, 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 #A36CAA is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 108 | 170 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.33 |
| HSL | 293.23º | 0.27% | 0.55% | - |
| HSV(B) | 293.23º | 0.36% | 0.67% | - |
| XYZ | 27.72 | 21.41 | 40.7 | - |
| YUV | 131.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 170 | 0.04 | 0.36 | 0 | 0.33 | 293.23 | 0.27 | 0.55 |
| Hex | A3 | 6C | AA | 4 | 24 | 0 | 21 | 125 | 1B | 37 |
| Octal | 243 | 154 | 252 | 4 | 44 | 0 | 41 | 445 | 33 | 67 |
| Binary | 10100011 | 1101100 | 10101010 | 100 | 100100 | 0 | 100001 | 100100101 | 11011 | 110111 |
Color Harmonies of #A36CAA
Complementary color
Monochromatic Colors of #A36CAA
Black with #A36CAA
Text Example
Text Example
White with #A36CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36CAA; }
p { color: rgb(163,108,170); }
H1.HeaderClassName
{
color: #A36CAA;
}
.AnyTagClassName
{
color: #A36CAA;
}
</style>
background-color css
<style>
a { background-color: #A36CAA; }
a { background-color: rgb(163,108,170); }
div.DivClassName
{
background-color: #A36CAA;
}
.BgClassName
{
background-color: #A36CAA;
}
</style>
border-color css
<style>
span { border-color: #A36CAA; }
span { border-color: rgb(163,108,170); }
td.TdClassName
{
border-color: #A36CAA;
}
.TagClassName
{
border-color: #A36CAA;
}
</style>