Shades of Violet Blue #A166A4
Tints of Violet Blue #A166A4
RGB
CMYK
RGB Variations
Color information
#A166A4 (or 0xA166A4) is known color: Violet Blue. HEX triplet: A1, 66 and A4. RGB value is (161,102,164). Sum of RGB (Red+Green+Blue) = 161+102+164=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #A166A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A166A4 is #5E995B. Grayscale: #7E7E7E. Windows color (decimal): -6199644 or 10774177. OLE color: 10774177.
HSL color Cylindrical-coordinate representation of color #A166A4: hue angle of 297.1º 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 #A166A4 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 102 | 164 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.36 |
| HSL | 297.1º | 0.25% | 0.52% | - |
| HSV(B) | 297.1º | 0.38% | 0.64% | - |
| XYZ | 26.15 | 19.76 | 37.56 | - |
| YUV | 126.71 | 149.05 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 164 | 0.02 | 0.38 | 0 | 0.36 | 297.1 | 0.25 | 0.52 |
| Hex | A1 | 66 | A4 | 2 | 26 | 0 | 24 | 129 | 19 | 34 |
| Octal | 241 | 146 | 244 | 2 | 46 | 0 | 44 | 451 | 31 | 64 |
| Binary | 10100001 | 1100110 | 10100100 | 10 | 100110 | 0 | 100100 | 100101001 | 11001 | 110100 |
Color Harmonies of #A166A4
Complementary color
Monochromatic Colors of #A166A4
Black with #A166A4
Text Example
Text Example
White with #A166A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A166A4; }
p { color: rgb(161,102,164); }
H1.HeaderClassName
{
color: #A166A4;
}
.AnyTagClassName
{
color: #A166A4;
}
</style>
background-color css
<style>
a { background-color: #A166A4; }
a { background-color: rgb(161,102,164); }
div.DivClassName
{
background-color: #A166A4;
}
.BgClassName
{
background-color: #A166A4;
}
</style>
border-color css
<style>
span { border-color: #A166A4; }
span { border-color: rgb(161,102,164); }
td.TdClassName
{
border-color: #A166A4;
}
.TagClassName
{
border-color: #A166A4;
}
</style>