Shades of Violet Blue #A466AA
Tints of Violet Blue #A466AA
RGB
CMYK
RGB Variations
Color information
#A466AA (or 0xA466AA) is known color: Violet Blue. HEX triplet: A4, 66 and AA. RGB value is (164,102,170). Sum of RGB (Red+Green+Blue) = 164+102+170=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A466AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A466AA is #5B9955. Grayscale: #808080. Windows color (decimal): -6003030 or 11167396. OLE color: 11167396.
HSL color Cylindrical-coordinate representation of color #A466AA: hue angle of 294.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A466AA is Cyan = 0.04, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 102 | 170 | - |
| CMYK | 0.04 | 0.4 | 0 | 0.33 |
| HSL | 294.71º | 0.29% | 0.53% | - |
| HSV(B) | 294.71º | 0.4% | 0.67% | - |
| XYZ | 27.32 | 20.3 | 40.51 | - |
| YUV | 128.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 102 | 170 | 0.04 | 0.4 | 0 | 0.33 | 294.71 | 0.29 | 0.53 |
| Hex | A4 | 66 | AA | 4 | 28 | 0 | 21 | 127 | 1D | 35 |
| Octal | 244 | 146 | 252 | 4 | 50 | 0 | 41 | 447 | 35 | 65 |
| Binary | 10100100 | 1100110 | 10101010 | 100 | 101000 | 0 | 100001 | 100100111 | 11101 | 110101 |
Color Harmonies of #A466AA
Complementary color
Monochromatic Colors of #A466AA
Black with #A466AA
Text Example
Text Example
White with #A466AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A466AA; }
p { color: rgb(164,102,170); }
H1.HeaderClassName
{
color: #A466AA;
}
.AnyTagClassName
{
color: #A466AA;
}
</style>
background-color css
<style>
a { background-color: #A466AA; }
a { background-color: rgb(164,102,170); }
div.DivClassName
{
background-color: #A466AA;
}
.BgClassName
{
background-color: #A466AA;
}
</style>
border-color css
<style>
span { border-color: #A466AA; }
span { border-color: rgb(164,102,170); }
td.TdClassName
{
border-color: #A466AA;
}
.TagClassName
{
border-color: #A466AA;
}
</style>