Shades of Violet Blue #A065AB
Tints of Violet Blue #A065AB
RGB
CMYK
RGB Variations
Color information
#A065AB (or 0xA065AB) is known color: Violet Blue. HEX triplet: A0, 65 and AB. RGB value is (160,101,171). Sum of RGB (Red+Green+Blue) = 160+101+171=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #A065AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AB is #5F9A54. Grayscale: #7E7E7E. Windows color (decimal): -6265429 or 11232672. OLE color: 11232672.
HSL color Cylindrical-coordinate representation of color #A065AB: hue angle of 290.57º 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 #A065AB is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 101 | 171 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.33 |
| HSL | 290.57º | 0.29% | 0.53% | - |
| HSV(B) | 290.57º | 0.41% | 0.67% | - |
| XYZ | 26.5 | 19.72 | 40.94 | - |
| YUV | 126.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 171 | 0.06 | 0.41 | 0 | 0.33 | 290.57 | 0.29 | 0.53 |
| Hex | A0 | 65 | AB | 6 | 29 | 0 | 21 | 123 | 1D | 35 |
| Octal | 240 | 145 | 253 | 6 | 51 | 0 | 41 | 443 | 35 | 65 |
| Binary | 10100000 | 1100101 | 10101011 | 110 | 101001 | 0 | 100001 | 100100011 | 11101 | 110101 |
Color Harmonies of #A065AB
Complementary color
Monochromatic Colors of #A065AB
Black with #A065AB
Text Example
Text Example
White with #A065AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A065AB; }
p { color: rgb(160,101,171); }
H1.HeaderClassName
{
color: #A065AB;
}
.AnyTagClassName
{
color: #A065AB;
}
</style>
background-color css
<style>
a { background-color: #A065AB; }
a { background-color: rgb(160,101,171); }
div.DivClassName
{
background-color: #A065AB;
}
.BgClassName
{
background-color: #A065AB;
}
</style>
border-color css
<style>
span { border-color: #A065AB; }
span { border-color: rgb(160,101,171); }
td.TdClassName
{
border-color: #A065AB;
}
.TagClassName
{
border-color: #A065AB;
}
</style>