Shades of Violet Blue #A64AA3
Tints of Violet Blue #A64AA3
RGB
CMYK
RGB Variations
Color information
#A64AA3 (or 0xA64AA3) is known color: Violet Blue. HEX triplet: A6, 4A and A3. RGB value is (166,74,163). Sum of RGB (Red+Green+Blue) = 166+74+163=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A64AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AA3 is #59B55C. Grayscale: #6F6F6F. Windows color (decimal): -5879133 or 10701478. OLE color: 10701478.
HSL color Cylindrical-coordinate representation of color #A64AA3: hue angle of 301.96º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64AA3 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 163 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.35 |
| HSL | 301.96º | 0.38% | 0.47% | - |
| HSV(B) | 301.96º | 0.55% | 0.65% | - |
| XYZ | 24.79 | 15.65 | 36.36 | - |
| YUV | 111.65 | 156.98 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 163 | 0 | 0.55 | 0.02 | 0.35 | 301.96 | 0.38 | 0.47 |
| Hex | A6 | 4A | A3 | 0 | 37 | 2 | 23 | 12E | 26 | 2F |
| Octal | 246 | 112 | 243 | 0 | 67 | 2 | 43 | 456 | 46 | 57 |
| Binary | 10100110 | 1001010 | 10100011 | 0 | 110111 | 10 | 100011 | 100101110 | 100110 | 101111 |
Color Harmonies of #A64AA3
Complementary color
Monochromatic Colors of #A64AA3
Black with #A64AA3
Text Example
Text Example
White with #A64AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AA3; }
p { color: rgb(166,74,163); }
H1.HeaderClassName
{
color: #A64AA3;
}
.AnyTagClassName
{
color: #A64AA3;
}
</style>
background-color css
<style>
a { background-color: #A64AA3; }
a { background-color: rgb(166,74,163); }
div.DivClassName
{
background-color: #A64AA3;
}
.BgClassName
{
background-color: #A64AA3;
}
</style>
border-color css
<style>
span { border-color: #A64AA3; }
span { border-color: rgb(166,74,163); }
td.TdClassName
{
border-color: #A64AA3;
}
.TagClassName
{
border-color: #A64AA3;
}
</style>