Shades of Violet Blue #A566AB
Tints of Violet Blue #A566AB
RGB
CMYK
RGB Variations
Color information
#A566AB (or 0xA566AB) is known color: Violet Blue. HEX triplet: A5, 66 and AB. RGB value is (165,102,171). Sum of RGB (Red+Green+Blue) = 165+102+171=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #A566AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A566AB is #5A9954. Grayscale: #808080. Windows color (decimal): -5937493 or 11232933. OLE color: 11232933.
HSL color Cylindrical-coordinate representation of color #A566AB: hue angle of 294.78º 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 #A566AB is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 102 | 171 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.33 |
| HSL | 294.78º | 0.29% | 0.54% | - |
| HSV(B) | 294.78º | 0.4% | 0.67% | - |
| XYZ | 27.62 | 20.44 | 41.02 | - |
| YUV | 128.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 171 | 0.04 | 0.40 | 0 | 0.33 | 294.78 | 0.29 | 0.54 |
| Hex | A5 | 66 | AB | 4 | 28 | 0 | 21 | 127 | 1D | 36 |
| Octal | 245 | 146 | 253 | 4 | 50 | 0 | 41 | 447 | 35 | 66 |
| Binary | 10100101 | 1100110 | 10101011 | 100 | 101000 | 0 | 100001 | 100100111 | 11101 | 110110 |
Color Harmonies of #A566AB
Complementary color
Monochromatic Colors of #A566AB
Black with #A566AB
Text Example
Text Example
White with #A566AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566AB; }
p { color: rgb(165,102,171); }
H1.HeaderClassName
{
color: #A566AB;
}
.AnyTagClassName
{
color: #A566AB;
}
</style>
background-color css
<style>
a { background-color: #A566AB; }
a { background-color: rgb(165,102,171); }
div.DivClassName
{
background-color: #A566AB;
}
.BgClassName
{
background-color: #A566AB;
}
</style>
border-color css
<style>
span { border-color: #A566AB; }
span { border-color: rgb(165,102,171); }
td.TdClassName
{
border-color: #A566AB;
}
.TagClassName
{
border-color: #A566AB;
}
</style>