Shades of Violet Blue #A266AA
Tints of Violet Blue #A266AA
RGB
CMYK
RGB Variations
Color information
#A266AA (or 0xA266AA) is known color: Violet Blue. HEX triplet: A2, 66 and AA. RGB value is (162,102,170). Sum of RGB (Red+Green+Blue) = 162+102+170=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #A266AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A266AA is #5D9955. Grayscale: #7F7F7F. Windows color (decimal): -6134102 or 11167394. OLE color: 11167394.
HSL color Cylindrical-coordinate representation of color #A266AA: hue angle of 292.94º 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 #A266AA is Cyan = 0.05, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 102 | 170 | - |
| CMYK | 0.05 | 0.4 | 0 | 0.33 |
| HSL | 292.94º | 0.29% | 0.53% | - |
| HSV(B) | 292.94º | 0.4% | 0.67% | - |
| XYZ | 26.91 | 20.09 | 40.49 | - |
| YUV | 127.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 170 | 0.05 | 0.4 | 0 | 0.33 | 292.94 | 0.29 | 0.53 |
| Hex | A2 | 66 | AA | 5 | 28 | 0 | 21 | 125 | 1D | 35 |
| Octal | 242 | 146 | 252 | 5 | 50 | 0 | 41 | 445 | 35 | 65 |
| Binary | 10100010 | 1100110 | 10101010 | 101 | 101000 | 0 | 100001 | 100100101 | 11101 | 110101 |
Color Harmonies of #A266AA
Complementary color
Monochromatic Colors of #A266AA
Black with #A266AA
Text Example
Text Example
White with #A266AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266AA; }
p { color: rgb(162,102,170); }
H1.HeaderClassName
{
color: #A266AA;
}
.AnyTagClassName
{
color: #A266AA;
}
</style>
background-color css
<style>
a { background-color: #A266AA; }
a { background-color: rgb(162,102,170); }
div.DivClassName
{
background-color: #A266AA;
}
.BgClassName
{
background-color: #A266AA;
}
</style>
border-color css
<style>
span { border-color: #A266AA; }
span { border-color: rgb(162,102,170); }
td.TdClassName
{
border-color: #A266AA;
}
.TagClassName
{
border-color: #A266AA;
}
</style>