Shades of Violet Blue #A94AA7
Tints of Violet Blue #A94AA7
RGB
CMYK
RGB Variations
Color information
#A94AA7 (or 0xA94AA7) is known color: Violet Blue. HEX triplet: A9, 4A and A7. RGB value is (169,74,167). Sum of RGB (Red+Green+Blue) = 169+74+167=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A94AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AA7 is #56B558. Grayscale: #707070. Windows color (decimal): -5682521 or 10963625. OLE color: 10963625.
HSL color Cylindrical-coordinate representation of color #A94AA7: hue angle of 301.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94AA7 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 167 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.34 |
| HSL | 301.26º | 0.39% | 0.48% | - |
| HSV(B) | 301.26º | 0.56% | 0.66% | - |
| XYZ | 25.79 | 16.12 | 38.31 | - |
| YUV | 113.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 167 | 0 | 0.56 | 0.01 | 0.34 | 301.26 | 0.39 | 0.48 |
| Hex | A9 | 4A | A7 | 0 | 38 | 1 | 22 | 12D | 27 | 30 |
| Octal | 251 | 112 | 247 | 0 | 70 | 1 | 42 | 455 | 47 | 60 |
| Binary | 10101001 | 1001010 | 10100111 | 0 | 111000 | 1 | 100010 | 100101101 | 100111 | 110000 |
Color Harmonies of #A94AA7
Complementary color
Monochromatic Colors of #A94AA7
Black with #A94AA7
Text Example
Text Example
White with #A94AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AA7; }
p { color: rgb(169,74,167); }
H1.HeaderClassName
{
color: #A94AA7;
}
.AnyTagClassName
{
color: #A94AA7;
}
</style>
background-color css
<style>
a { background-color: #A94AA7; }
a { background-color: rgb(169,74,167); }
div.DivClassName
{
background-color: #A94AA7;
}
.BgClassName
{
background-color: #A94AA7;
}
</style>
border-color css
<style>
span { border-color: #A94AA7; }
span { border-color: rgb(169,74,167); }
td.TdClassName
{
border-color: #A94AA7;
}
.TagClassName
{
border-color: #A94AA7;
}
</style>