Shades of Violet Blue #A366AB
Tints of Violet Blue #A366AB
RGB
CMYK
RGB Variations
Color information
#A366AB (or 0xA366AB) is known color: Violet Blue. HEX triplet: A3, 66 and AB. RGB value is (163,102,171). Sum of RGB (Red+Green+Blue) = 163+102+171=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A366AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A366AB is #5C9954. Grayscale: #7F7F7F. Windows color (decimal): -6068565 or 11232931. OLE color: 11232931.
HSL color Cylindrical-coordinate representation of color #A366AB: hue angle of 293.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A366AB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 102 | 171 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.33 |
| HSL | 293.04º | 0.29% | 0.54% | - |
| HSV(B) | 293.04º | 0.4% | 0.67% | - |
| XYZ | 27.21 | 20.23 | 41 | - |
| YUV | 128.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 171 | 0.05 | 0.40 | 0 | 0.33 | 293.04 | 0.29 | 0.54 |
| Hex | A3 | 66 | AB | 5 | 28 | 0 | 21 | 125 | 1D | 36 |
| Octal | 243 | 146 | 253 | 5 | 50 | 0 | 41 | 445 | 35 | 66 |
| Binary | 10100011 | 1100110 | 10101011 | 101 | 101000 | 0 | 100001 | 100100101 | 11101 | 110110 |
Color Harmonies of #A366AB
Complementary color
Monochromatic Colors of #A366AB
Black with #A366AB
Text Example
Text Example
White with #A366AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366AB; }
p { color: rgb(163,102,171); }
H1.HeaderClassName
{
color: #A366AB;
}
.AnyTagClassName
{
color: #A366AB;
}
</style>
background-color css
<style>
a { background-color: #A366AB; }
a { background-color: rgb(163,102,171); }
div.DivClassName
{
background-color: #A366AB;
}
.BgClassName
{
background-color: #A366AB;
}
</style>
border-color css
<style>
span { border-color: #A366AB; }
span { border-color: rgb(163,102,171); }
td.TdClassName
{
border-color: #A366AB;
}
.TagClassName
{
border-color: #A366AB;
}
</style>