Shades of Violet Blue #A956AA
Tints of Violet Blue #A956AA
RGB
CMYK
RGB Variations
Color information
#A956AA (or 0xA956AA) is known color: Violet Blue. HEX triplet: A9, 56 and AA. RGB value is (169,86,170). Sum of RGB (Red+Green+Blue) = 169+86+170=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #A956AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A956AA is #56A955. Grayscale: #787878. Windows color (decimal): -5679446 or 11163305. OLE color: 11163305.
HSL color Cylindrical-coordinate representation of color #A956AA: hue angle of 299.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A956AA is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 86 | 170 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.33 |
| HSL | 299.29º | 0.33% | 0.5% | - |
| HSV(B) | 299.29º | 0.49% | 0.67% | - |
| XYZ | 26.95 | 17.99 | 40.08 | - |
| YUV | 120.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 170 | 0.01 | 0.49 | 0 | 0.33 | 299.29 | 0.33 | 0.5 |
| Hex | A9 | 56 | AA | 1 | 31 | 0 | 21 | 12B | 21 | 32 |
| Octal | 251 | 126 | 252 | 1 | 61 | 0 | 41 | 453 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10101010 | 1 | 110001 | 0 | 100001 | 100101011 | 100001 | 110010 |
Color Harmonies of #A956AA
Complementary color
Monochromatic Colors of #A956AA
Black with #A956AA
Text Example
Text Example
White with #A956AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A956AA; }
p { color: rgb(169,86,170); }
H1.HeaderClassName
{
color: #A956AA;
}
.AnyTagClassName
{
color: #A956AA;
}
</style>
background-color css
<style>
a { background-color: #A956AA; }
a { background-color: rgb(169,86,170); }
div.DivClassName
{
background-color: #A956AA;
}
.BgClassName
{
background-color: #A956AA;
}
</style>
border-color css
<style>
span { border-color: #A956AA; }
span { border-color: rgb(169,86,170); }
td.TdClassName
{
border-color: #A956AA;
}
.TagClassName
{
border-color: #A956AA;
}
</style>