Shades of Violet Blue #A466A1
Tints of Violet Blue #A466A1
RGB
CMYK
RGB Variations
Color information
#A466A1 (or 0xA466A1) is known color: Violet Blue. HEX triplet: A4, 66 and A1. RGB value is (164,102,161). Sum of RGB (Red+Green+Blue) = 164+102+161=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 161 (63.28% from 255 or 37.70% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A466A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A466A1 is #5B995E. Grayscale: #7F7F7F. Windows color (decimal): -6003039 or 10577572. OLE color: 10577572.
HSL color Cylindrical-coordinate representation of color #A466A1: hue angle of 302.9º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A466A1 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 102 | 161 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.36 |
| HSL | 302.9º | 0.25% | 0.52% | - |
| HSV(B) | 302.9º | 0.38% | 0.64% | - |
| XYZ | 26.49 | 19.97 | 36.18 | - |
| YUV | 127.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 161 | 0 | 0.38 | 0.02 | 0.36 | 302.9 | 0.25 | 0.52 |
| Hex | A4 | 66 | A1 | 0 | 26 | 2 | 24 | 12F | 19 | 34 |
| Octal | 244 | 146 | 241 | 0 | 46 | 2 | 44 | 457 | 31 | 64 |
| Binary | 10100100 | 1100110 | 10100001 | 0 | 100110 | 10 | 100100 | 100101111 | 11001 | 110100 |
Color Harmonies of #A466A1
Complementary color
Monochromatic Colors of #A466A1
Black with #A466A1
Text Example
Text Example
White with #A466A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466A1; }
p { color: rgb(164,102,161); }
H1.HeaderClassName
{
color: #A466A1;
}
.AnyTagClassName
{
color: #A466A1;
}
</style>
background-color css
<style>
a { background-color: #A466A1; }
a { background-color: rgb(164,102,161); }
div.DivClassName
{
background-color: #A466A1;
}
.BgClassName
{
background-color: #A466A1;
}
</style>
border-color css
<style>
span { border-color: #A466A1; }
span { border-color: rgb(164,102,161); }
td.TdClassName
{
border-color: #A466A1;
}
.TagClassName
{
border-color: #A466A1;
}
</style>