Shades of Violet Blue #A565AB
Tints of Violet Blue #A565AB
RGB
CMYK
RGB Variations
Color information
#A565AB (or 0xA565AB) is known color: Violet Blue. HEX triplet: A5, 65 and AB. RGB value is (165,101,171). Sum of RGB (Red+Green+Blue) = 165+101+171=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #A565AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A565AB is #5A9A54. Grayscale: #7F7F7F. Windows color (decimal): -5937749 or 11232677. OLE color: 11232677.
HSL color Cylindrical-coordinate representation of color #A565AB: hue angle of 294.86º 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 #A565AB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 101 | 171 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.33 |
| HSL | 294.86º | 0.29% | 0.53% | - |
| HSV(B) | 294.86º | 0.41% | 0.67% | - |
| XYZ | 27.52 | 20.25 | 40.99 | - |
| YUV | 128.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 101 | 171 | 0.04 | 0.41 | 0 | 0.33 | 294.86 | 0.29 | 0.53 |
| Hex | A5 | 65 | AB | 4 | 29 | 0 | 21 | 127 | 1D | 35 |
| Octal | 245 | 145 | 253 | 4 | 51 | 0 | 41 | 447 | 35 | 65 |
| Binary | 10100101 | 1100101 | 10101011 | 100 | 101001 | 0 | 100001 | 100100111 | 11101 | 110101 |
Color Harmonies of #A565AB
Complementary color
Monochromatic Colors of #A565AB
Black with #A565AB
Text Example
Text Example
White with #A565AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A565AB; }
p { color: rgb(165,101,171); }
H1.HeaderClassName
{
color: #A565AB;
}
.AnyTagClassName
{
color: #A565AB;
}
</style>
background-color css
<style>
a { background-color: #A565AB; }
a { background-color: rgb(165,101,171); }
div.DivClassName
{
background-color: #A565AB;
}
.BgClassName
{
background-color: #A565AB;
}
</style>
border-color css
<style>
span { border-color: #A565AB; }
span { border-color: rgb(165,101,171); }
td.TdClassName
{
border-color: #A565AB;
}
.TagClassName
{
border-color: #A565AB;
}
</style>