Shades of Violet Blue #A664A1
Tints of Violet Blue #A664A1
RGB
CMYK
RGB Variations
Color information
#A664A1 (or 0xA664A1) is known color: Violet Blue. HEX triplet: A6, 64 and A1. RGB value is (166,100,161). Sum of RGB (Red+Green+Blue) = 166+100+161=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A664A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A664A1 is #599B5E. Grayscale: #7E7E7E. Windows color (decimal): -5872479 or 10577062. OLE color: 10577062.
HSL color Cylindrical-coordinate representation of color #A664A1: hue angle of 304.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A664A1 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 100 | 161 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.35 |
| HSL | 304.55º | 0.27% | 0.52% | - |
| HSV(B) | 304.55º | 0.4% | 0.65% | - |
| XYZ | 26.72 | 19.79 | 36.13 | - |
| YUV | 126.69 | 147.37 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 100 | 161 | 0 | 0.40 | 0.03 | 0.35 | 304.55 | 0.27 | 0.52 |
| Hex | A6 | 64 | A1 | 0 | 28 | 3 | 23 | 131 | 1B | 34 |
| Octal | 246 | 144 | 241 | 0 | 50 | 3 | 43 | 461 | 33 | 64 |
| Binary | 10100110 | 1100100 | 10100001 | 0 | 101000 | 11 | 100011 | 100110001 | 11011 | 110100 |
Color Harmonies of #A664A1
Complementary color
Monochromatic Colors of #A664A1
Black with #A664A1
Text Example
Text Example
White with #A664A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A664A1; }
p { color: rgb(166,100,161); }
H1.HeaderClassName
{
color: #A664A1;
}
.AnyTagClassName
{
color: #A664A1;
}
</style>
background-color css
<style>
a { background-color: #A664A1; }
a { background-color: rgb(166,100,161); }
div.DivClassName
{
background-color: #A664A1;
}
.BgClassName
{
background-color: #A664A1;
}
</style>
border-color css
<style>
span { border-color: #A664A1; }
span { border-color: rgb(166,100,161); }
td.TdClassName
{
border-color: #A664A1;
}
.TagClassName
{
border-color: #A664A1;
}
</style>