Shades of Violet Blue #A64CAA
Tints of Violet Blue #A64CAA
RGB
CMYK
RGB Variations
Color information
#A64CAA (or 0xA64CAA) is known color: Violet Blue. HEX triplet: A6, 4C and AA. RGB value is (166,76,170). Sum of RGB (Red+Green+Blue) = 166+76+170=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64CAA is #59B355. Grayscale: #717171. Windows color (decimal): -5878614 or 11160742. OLE color: 11160742.
HSL color Cylindrical-coordinate representation of color #A64CAA: hue angle of 297.45º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64CAA is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 76 | 170 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.33 |
| HSL | 297.45º | 0.38% | 0.48% | - |
| HSV(B) | 297.45º | 0.55% | 0.67% | - |
| XYZ | 25.57 | 16.18 | 39.81 | - |
| YUV | 113.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 170 | 0.02 | 0.55 | 0 | 0.33 | 297.45 | 0.38 | 0.48 |
| Hex | A6 | 4C | AA | 2 | 37 | 0 | 21 | 129 | 26 | 30 |
| Octal | 246 | 114 | 252 | 2 | 67 | 0 | 41 | 451 | 46 | 60 |
| Binary | 10100110 | 1001100 | 10101010 | 10 | 110111 | 0 | 100001 | 100101001 | 100110 | 110000 |
Color Harmonies of #A64CAA
Complementary color
Monochromatic Colors of #A64CAA
Black with #A64CAA
Text Example
Text Example
White with #A64CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64CAA; }
p { color: rgb(166,76,170); }
H1.HeaderClassName
{
color: #A64CAA;
}
.AnyTagClassName
{
color: #A64CAA;
}
</style>
background-color css
<style>
a { background-color: #A64CAA; }
a { background-color: rgb(166,76,170); }
div.DivClassName
{
background-color: #A64CAA;
}
.BgClassName
{
background-color: #A64CAA;
}
</style>
border-color css
<style>
span { border-color: #A64CAA; }
span { border-color: rgb(166,76,170); }
td.TdClassName
{
border-color: #A64CAA;
}
.TagClassName
{
border-color: #A64CAA;
}
</style>