Shades of Violet Blue #A366A6
Tints of Violet Blue #A366A6
RGB
CMYK
RGB Variations
Color information
#A366A6 (or 0xA366A6) is known color: Violet Blue. HEX triplet: A3, 66 and A6. RGB value is (163,102,166). Sum of RGB (Red+Green+Blue) = 163+102+166=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 166 - color contains mainly: blue. Hex color #A366A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366A6 is #5C9959. Grayscale: #7F7F7F. Windows color (decimal): -6068570 or 10905251. OLE color: 10905251.
HSL color Cylindrical-coordinate representation of color #A366A6: hue angle of 297.19º degrees, saturation: 0.26, 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 #A366A6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 102 | 166 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.35 |
| HSL | 297.19º | 0.26% | 0.53% | - |
| HSV(B) | 297.19º | 0.39% | 0.65% | - |
| XYZ | 26.74 | 20.04 | 38.54 | - |
| YUV | 127.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 166 | 0.02 | 0.39 | 0 | 0.35 | 297.19 | 0.26 | 0.53 |
| Hex | A3 | 66 | A6 | 2 | 27 | 0 | 23 | 129 | 1A | 35 |
| Octal | 243 | 146 | 246 | 2 | 47 | 0 | 43 | 451 | 32 | 65 |
| Binary | 10100011 | 1100110 | 10100110 | 10 | 100111 | 0 | 100011 | 100101001 | 11010 | 110101 |
Color Harmonies of #A366A6
Complementary color
Monochromatic Colors of #A366A6
Black with #A366A6
Text Example
Text Example
White with #A366A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366A6; }
p { color: rgb(163,102,166); }
H1.HeaderClassName
{
color: #A366A6;
}
.AnyTagClassName
{
color: #A366A6;
}
</style>
background-color css
<style>
a { background-color: #A366A6; }
a { background-color: rgb(163,102,166); }
div.DivClassName
{
background-color: #A366A6;
}
.BgClassName
{
background-color: #A366A6;
}
</style>
border-color css
<style>
span { border-color: #A366A6; }
span { border-color: rgb(163,102,166); }
td.TdClassName
{
border-color: #A366A6;
}
.TagClassName
{
border-color: #A366A6;
}
</style>