Shades of Violet Blue #A566AA
Tints of Violet Blue #A566AA
RGB
CMYK
RGB Variations
Color information
#A566AA (or 0xA566AA) is known color: Violet Blue. HEX triplet: A5, 66 and AA. RGB value is (165,102,170). Sum of RGB (Red+Green+Blue) = 165+102+170=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #A566AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A566AA is #5A9955. Grayscale: #808080. Windows color (decimal): -5937494 or 11167397. OLE color: 11167397.
HSL color Cylindrical-coordinate representation of color #A566AA: hue angle of 295.59º 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 #A566AA is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 102 | 170 | - |
| CMYK | 0.03 | 0.4 | 0 | 0.33 |
| HSL | 295.59º | 0.29% | 0.53% | - |
| HSV(B) | 295.59º | 0.4% | 0.67% | - |
| XYZ | 27.52 | 20.4 | 40.52 | - |
| YUV | 128.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 102 | 170 | 0.03 | 0.4 | 0 | 0.33 | 295.59 | 0.29 | 0.53 |
| Hex | A5 | 66 | AA | 3 | 28 | 0 | 21 | 128 | 1D | 35 |
| Octal | 245 | 146 | 252 | 3 | 50 | 0 | 41 | 450 | 35 | 65 |
| Binary | 10100101 | 1100110 | 10101010 | 11 | 101000 | 0 | 100001 | 100101000 | 11101 | 110101 |
Color Harmonies of #A566AA
Complementary color
Monochromatic Colors of #A566AA
Black with #A566AA
Text Example
Text Example
White with #A566AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A566AA; }
p { color: rgb(165,102,170); }
H1.HeaderClassName
{
color: #A566AA;
}
.AnyTagClassName
{
color: #A566AA;
}
</style>
background-color css
<style>
a { background-color: #A566AA; }
a { background-color: rgb(165,102,170); }
div.DivClassName
{
background-color: #A566AA;
}
.BgClassName
{
background-color: #A566AA;
}
</style>
border-color css
<style>
span { border-color: #A566AA; }
span { border-color: rgb(165,102,170); }
td.TdClassName
{
border-color: #A566AA;
}
.TagClassName
{
border-color: #A566AA;
}
</style>