Shades of Violet Blue #A965AA
Tints of Violet Blue #A965AA
RGB
CMYK
RGB Variations
Color information
#A965AA (or 0xA965AA) is known color: Violet Blue. HEX triplet: A9, 65 and AA. RGB value is (169,101,170). Sum of RGB (Red+Green+Blue) = 169+101+170=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A965AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A965AA is #569A55. Grayscale: #808080. Windows color (decimal): -5675606 or 11167145. OLE color: 11167145.
HSL color Cylindrical-coordinate representation of color #A965AA: hue angle of 299.13º 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 #A965AA is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 101 | 170 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.33 |
| HSL | 299.13º | 0.29% | 0.53% | - |
| HSV(B) | 299.13º | 0.41% | 0.67% | - |
| XYZ | 28.27 | 20.64 | 40.52 | - |
| YUV | 129.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 101 | 170 | 0.01 | 0.41 | 0 | 0.33 | 299.13 | 0.29 | 0.53 |
| Hex | A9 | 65 | AA | 1 | 29 | 0 | 21 | 12B | 1D | 35 |
| Octal | 251 | 145 | 252 | 1 | 51 | 0 | 41 | 453 | 35 | 65 |
| Binary | 10101001 | 1100101 | 10101010 | 1 | 101001 | 0 | 100001 | 100101011 | 11101 | 110101 |
Color Harmonies of #A965AA
Complementary color
Monochromatic Colors of #A965AA
Black with #A965AA
Text Example
Text Example
White with #A965AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A965AA; }
p { color: rgb(169,101,170); }
H1.HeaderClassName
{
color: #A965AA;
}
.AnyTagClassName
{
color: #A965AA;
}
</style>
background-color css
<style>
a { background-color: #A965AA; }
a { background-color: rgb(169,101,170); }
div.DivClassName
{
background-color: #A965AA;
}
.BgClassName
{
background-color: #A965AA;
}
</style>
border-color css
<style>
span { border-color: #A965AA; }
span { border-color: rgb(169,101,170); }
td.TdClassName
{
border-color: #A965AA;
}
.TagClassName
{
border-color: #A965AA;
}
</style>