Shades of Violet Blue #A64AAA
Tints of Violet Blue #A64AAA
RGB
CMYK
RGB Variations
Color information
#A64AAA (or 0xA64AAA) is known color: Violet Blue. HEX triplet: A6, 4A and AA. RGB value is (166,74,170). Sum of RGB (Red+Green+Blue) = 166+74+170=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AAA is #59B555. Grayscale: #707070. Windows color (decimal): -5879126 or 11160230. OLE color: 11160230.
HSL color Cylindrical-coordinate representation of color #A64AAA: hue angle of 297.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64AAA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 74 | 170 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.33 |
| HSL | 297.5º | 0.39% | 0.48% | - |
| HSV(B) | 297.5º | 0.56% | 0.67% | - |
| XYZ | 25.43 | 15.91 | 39.76 | - |
| YUV | 112.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 170 | 0.02 | 0.56 | 0 | 0.33 | 297.5 | 0.39 | 0.48 |
| Hex | A6 | 4A | AA | 2 | 38 | 0 | 21 | 12A | 27 | 30 |
| Octal | 246 | 112 | 252 | 2 | 70 | 0 | 41 | 452 | 47 | 60 |
| Binary | 10100110 | 1001010 | 10101010 | 10 | 111000 | 0 | 100001 | 100101010 | 100111 | 110000 |
Color Harmonies of #A64AAA
Complementary color
Monochromatic Colors of #A64AAA
Black with #A64AAA
Text Example
Text Example
White with #A64AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AAA; }
p { color: rgb(166,74,170); }
H1.HeaderClassName
{
color: #A64AAA;
}
.AnyTagClassName
{
color: #A64AAA;
}
</style>
background-color css
<style>
a { background-color: #A64AAA; }
a { background-color: rgb(166,74,170); }
div.DivClassName
{
background-color: #A64AAA;
}
.BgClassName
{
background-color: #A64AAA;
}
</style>
border-color css
<style>
span { border-color: #A64AAA; }
span { border-color: rgb(166,74,170); }
td.TdClassName
{
border-color: #A64AAA;
}
.TagClassName
{
border-color: #A64AAA;
}
</style>