Shades of Violet Blue #A94AA2
Tints of Violet Blue #A94AA2
RGB
CMYK
RGB Variations
Color information
#A94AA2 (or 0xA94AA2) is known color: Violet Blue. HEX triplet: A9, 4A and A2. RGB value is (169,74,162). Sum of RGB (Red+Green+Blue) = 169+74+162=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A94AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94AA2 is #56B55D. Grayscale: #707070. Windows color (decimal): -5682526 or 10635945. OLE color: 10635945.
HSL color Cylindrical-coordinate representation of color #A94AA2: hue angle of 304.42º 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 #A94AA2 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 74 | 162 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.34 |
| HSL | 304.42º | 0.39% | 0.48% | - |
| HSV(B) | 304.42º | 0.56% | 0.66% | - |
| XYZ | 25.33 | 15.94 | 35.92 | - |
| YUV | 112.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 74 | 162 | 0 | 0.56 | 0.04 | 0.34 | 304.42 | 0.39 | 0.48 |
| Hex | A9 | 4A | A2 | 0 | 38 | 4 | 22 | 130 | 27 | 30 |
| Octal | 251 | 112 | 242 | 0 | 70 | 4 | 42 | 460 | 47 | 60 |
| Binary | 10101001 | 1001010 | 10100010 | 0 | 111000 | 100 | 100010 | 100110000 | 100111 | 110000 |
Color Harmonies of #A94AA2
Complementary color
Monochromatic Colors of #A94AA2
Black with #A94AA2
Text Example
Text Example
White with #A94AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94AA2; }
p { color: rgb(169,74,162); }
H1.HeaderClassName
{
color: #A94AA2;
}
.AnyTagClassName
{
color: #A94AA2;
}
</style>
background-color css
<style>
a { background-color: #A94AA2; }
a { background-color: rgb(169,74,162); }
div.DivClassName
{
background-color: #A94AA2;
}
.BgClassName
{
background-color: #A94AA2;
}
</style>
border-color css
<style>
span { border-color: #A94AA2; }
span { border-color: rgb(169,74,162); }
td.TdClassName
{
border-color: #A94AA2;
}
.TagClassName
{
border-color: #A94AA2;
}
</style>