Shades of Violet Blue #A36FAA
Tints of Violet Blue #A36FAA
RGB
CMYK
RGB Variations
Color information
#A36FAA (or 0xA36FAA) is known color: Violet Blue. HEX triplet: A3, 6F and AA. RGB value is (163,111,170). Sum of RGB (Red+Green+Blue) = 163+111+170=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #A36FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A36FAA is #5C9055. Grayscale: #858585. Windows color (decimal): -6066262 or 11169699. OLE color: 11169699.
HSL color Cylindrical-coordinate representation of color #A36FAA: hue angle of 292.88º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A36FAA is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 111 | 170 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.33 |
| HSL | 292.88º | 0.26% | 0.55% | - |
| HSV(B) | 292.88º | 0.35% | 0.67% | - |
| XYZ | 28.04 | 22.06 | 40.81 | - |
| YUV | 133.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 170 | 0.04 | 0.35 | 0 | 0.33 | 292.88 | 0.26 | 0.55 |
| Hex | A3 | 6F | AA | 4 | 23 | 0 | 21 | 125 | 1A | 37 |
| Octal | 243 | 157 | 252 | 4 | 43 | 0 | 41 | 445 | 32 | 67 |
| Binary | 10100011 | 1101111 | 10101010 | 100 | 100011 | 0 | 100001 | 100100101 | 11010 | 110111 |
Color Harmonies of #A36FAA
Complementary color
Monochromatic Colors of #A36FAA
Black with #A36FAA
Text Example
Text Example
White with #A36FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36FAA; }
p { color: rgb(163,111,170); }
H1.HeaderClassName
{
color: #A36FAA;
}
.AnyTagClassName
{
color: #A36FAA;
}
</style>
background-color css
<style>
a { background-color: #A36FAA; }
a { background-color: rgb(163,111,170); }
div.DivClassName
{
background-color: #A36FAA;
}
.BgClassName
{
background-color: #A36FAA;
}
</style>
border-color css
<style>
span { border-color: #A36FAA; }
span { border-color: rgb(163,111,170); }
td.TdClassName
{
border-color: #A36FAA;
}
.TagClassName
{
border-color: #A36FAA;
}
</style>