Shades of Violet Blue #A266A7
Tints of Violet Blue #A266A7
RGB
CMYK
RGB Variations
Color information
#A266A7 (or 0xA266A7) is known color: Violet Blue. HEX triplet: A2, 66 and A7. RGB value is (162,102,167). Sum of RGB (Red+Green+Blue) = 162+102+167=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 167 - color contains mainly: blue. Hex color #A266A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A266A7 is #5D9958. Grayscale: #7F7F7F. Windows color (decimal): -6134105 or 10970786. OLE color: 10970786.
HSL color Cylindrical-coordinate representation of color #A266A7: hue angle of 295.38º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A266A7 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 102 | 167 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.35 |
| HSL | 295.38º | 0.27% | 0.53% | - |
| HSV(B) | 295.38º | 0.39% | 0.65% | - |
| XYZ | 26.63 | 19.97 | 39.01 | - |
| YUV | 127.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 102 | 167 | 0.03 | 0.39 | 0 | 0.35 | 295.38 | 0.27 | 0.53 |
| Hex | A2 | 66 | A7 | 3 | 27 | 0 | 23 | 127 | 1B | 35 |
| Octal | 242 | 146 | 247 | 3 | 47 | 0 | 43 | 447 | 33 | 65 |
| Binary | 10100010 | 1100110 | 10100111 | 11 | 100111 | 0 | 100011 | 100100111 | 11011 | 110101 |
Color Harmonies of #A266A7
Complementary color
Monochromatic Colors of #A266A7
Black with #A266A7
Text Example
Text Example
White with #A266A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A266A7; }
p { color: rgb(162,102,167); }
H1.HeaderClassName
{
color: #A266A7;
}
.AnyTagClassName
{
color: #A266A7;
}
</style>
background-color css
<style>
a { background-color: #A266A7; }
a { background-color: rgb(162,102,167); }
div.DivClassName
{
background-color: #A266A7;
}
.BgClassName
{
background-color: #A266A7;
}
</style>
border-color css
<style>
span { border-color: #A266A7; }
span { border-color: rgb(162,102,167); }
td.TdClassName
{
border-color: #A266A7;
}
.TagClassName
{
border-color: #A266A7;
}
</style>