Shades of Violet Blue #A564AA
Tints of Violet Blue #A564AA
RGB
CMYK
RGB Variations
Color information
#A564AA (or 0xA564AA) is known color: Violet Blue. HEX triplet: A5, 64 and AA. RGB value is (165,100,170). Sum of RGB (Red+Green+Blue) = 165+100+170=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #A564AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A564AA is #5A9B55. Grayscale: #7F7F7F. Windows color (decimal): -5938006 or 11166885. OLE color: 11166885.
HSL color Cylindrical-coordinate representation of color #A564AA: hue angle of 295.71º 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 #A564AA is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 100 | 170 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.33 |
| HSL | 295.71º | 0.29% | 0.53% | - |
| HSV(B) | 295.71º | 0.41% | 0.67% | - |
| XYZ | 27.33 | 20.02 | 40.45 | - |
| YUV | 127.42 | 152.03 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 100 | 170 | 0.03 | 0.41 | 0 | 0.33 | 295.71 | 0.29 | 0.53 |
| Hex | A5 | 64 | AA | 3 | 29 | 0 | 21 | 128 | 1D | 35 |
| Octal | 245 | 144 | 252 | 3 | 51 | 0 | 41 | 450 | 35 | 65 |
| Binary | 10100101 | 1100100 | 10101010 | 11 | 101001 | 0 | 100001 | 100101000 | 11101 | 110101 |
Color Harmonies of #A564AA
Complementary color
Monochromatic Colors of #A564AA
Black with #A564AA
Text Example
Text Example
White with #A564AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A564AA; }
p { color: rgb(165,100,170); }
H1.HeaderClassName
{
color: #A564AA;
}
.AnyTagClassName
{
color: #A564AA;
}
</style>
background-color css
<style>
a { background-color: #A564AA; }
a { background-color: rgb(165,100,170); }
div.DivClassName
{
background-color: #A564AA;
}
.BgClassName
{
background-color: #A564AA;
}
</style>
border-color css
<style>
span { border-color: #A564AA; }
span { border-color: rgb(165,100,170); }
td.TdClassName
{
border-color: #A564AA;
}
.TagClassName
{
border-color: #A564AA;
}
</style>