Shades of Violet Blue #A94AAA
Tints of Violet Blue #A94AAA
RGB
CMYK
RGB Variations
Color information
#A94AAA (or 0xA94AAA) is known color: Violet Blue. HEX triplet: A9, 4A and AA. RGB value is (169,74,170). Sum of RGB (Red+Green+Blue) = 169+74+170=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #A94AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AAA is #56B555. Grayscale: #717171. Windows color (decimal): -5682518 or 11160233. OLE color: 11160233.
HSL color Cylindrical-coordinate representation of color #A94AAA: hue angle of 299.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94AAA is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 74 | 170 | - |
| CMYK | 0.01 | 0.56 | 0 | 0.33 |
| HSL | 299.38º | 0.39% | 0.48% | - |
| HSV(B) | 299.38º | 0.56% | 0.67% | - |
| XYZ | 26.07 | 16.23 | 39.79 | - |
| YUV | 113.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 170 | 0.01 | 0.56 | 0 | 0.33 | 299.38 | 0.39 | 0.48 |
| Hex | A9 | 4A | AA | 1 | 38 | 0 | 21 | 12B | 27 | 30 |
| Octal | 251 | 112 | 252 | 1 | 70 | 0 | 41 | 453 | 47 | 60 |
| Binary | 10101001 | 1001010 | 10101010 | 1 | 111000 | 0 | 100001 | 100101011 | 100111 | 110000 |
Color Harmonies of #A94AAA
Complementary color
Monochromatic Colors of #A94AAA
Black with #A94AAA
Text Example
Text Example
White with #A94AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AAA; }
p { color: rgb(169,74,170); }
H1.HeaderClassName
{
color: #A94AAA;
}
.AnyTagClassName
{
color: #A94AAA;
}
</style>
background-color css
<style>
a { background-color: #A94AAA; }
a { background-color: rgb(169,74,170); }
div.DivClassName
{
background-color: #A94AAA;
}
.BgClassName
{
background-color: #A94AAA;
}
</style>
border-color css
<style>
span { border-color: #A94AAA; }
span { border-color: rgb(169,74,170); }
td.TdClassName
{
border-color: #A94AAA;
}
.TagClassName
{
border-color: #A94AAA;
}
</style>