Shades of Violet Blue #A565AA
Tints of Violet Blue #A565AA
RGB
CMYK
RGB Variations
Color information
#A565AA (or 0xA565AA) is known color: Violet Blue. HEX triplet: A5, 65 and AA. RGB value is (165,101,170). Sum of RGB (Red+Green+Blue) = 165+101+170=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #A565AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565AA is #5A9A55. Grayscale: #7F7F7F. Windows color (decimal): -5937750 or 11167141. OLE color: 11167141.
HSL color Cylindrical-coordinate representation of color #A565AA: hue angle of 295.65º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A565AA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 101 | 170 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.33 |
| HSL | 295.65º | 0.29% | 0.53% | - |
| HSV(B) | 295.65º | 0.41% | 0.67% | - |
| XYZ | 27.43 | 20.21 | 40.49 | - |
| YUV | 128 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 170 | 0.03 | 0.41 | 0 | 0.33 | 295.65 | 0.29 | 0.53 |
| Hex | A5 | 65 | AA | 3 | 29 | 0 | 21 | 128 | 1D | 35 |
| Octal | 245 | 145 | 252 | 3 | 51 | 0 | 41 | 450 | 35 | 65 |
| Binary | 10100101 | 1100101 | 10101010 | 11 | 101001 | 0 | 100001 | 100101000 | 11101 | 110101 |
Color Harmonies of #A565AA
Complementary color
Monochromatic Colors of #A565AA
Black with #A565AA
Text Example
Text Example
White with #A565AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565AA; }
p { color: rgb(165,101,170); }
H1.HeaderClassName
{
color: #A565AA;
}
.AnyTagClassName
{
color: #A565AA;
}
</style>
background-color css
<style>
a { background-color: #A565AA; }
a { background-color: rgb(165,101,170); }
div.DivClassName
{
background-color: #A565AA;
}
.BgClassName
{
background-color: #A565AA;
}
</style>
border-color css
<style>
span { border-color: #A565AA; }
span { border-color: rgb(165,101,170); }
td.TdClassName
{
border-color: #A565AA;
}
.TagClassName
{
border-color: #A565AA;
}
</style>