Shades of Violet Blue #A14AAA
Tints of Violet Blue #A14AAA
RGB
CMYK
RGB Variations
Color information
#A14AAA (or 0xA14AAA) is known color: Violet Blue. HEX triplet: A1, 4A and AA. RGB value is (161,74,170). Sum of RGB (Red+Green+Blue) = 161+74+170=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #A14AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14AAA is #5EB555. Grayscale: #6E6E6E. Windows color (decimal): -6206806 or 11160225. OLE color: 11160225.
HSL color Cylindrical-coordinate representation of color #A14AAA: hue angle of 294.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 #A14AAA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 74 | 170 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.33 |
| HSL | 294.38º | 0.39% | 0.48% | - |
| HSV(B) | 294.38º | 0.56% | 0.67% | - |
| XYZ | 24.4 | 15.38 | 39.71 | - |
| YUV | 110.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 170 | 0.05 | 0.56 | 0 | 0.33 | 294.38 | 0.39 | 0.48 |
| Hex | A1 | 4A | AA | 5 | 38 | 0 | 21 | 126 | 27 | 30 |
| Octal | 241 | 112 | 252 | 5 | 70 | 0 | 41 | 446 | 47 | 60 |
| Binary | 10100001 | 1001010 | 10101010 | 101 | 111000 | 0 | 100001 | 100100110 | 100111 | 110000 |
Color Harmonies of #A14AAA
Complementary color
Monochromatic Colors of #A14AAA
Black with #A14AAA
Text Example
Text Example
White with #A14AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14AAA; }
p { color: rgb(161,74,170); }
H1.HeaderClassName
{
color: #A14AAA;
}
.AnyTagClassName
{
color: #A14AAA;
}
</style>
background-color css
<style>
a { background-color: #A14AAA; }
a { background-color: rgb(161,74,170); }
div.DivClassName
{
background-color: #A14AAA;
}
.BgClassName
{
background-color: #A14AAA;
}
</style>
border-color css
<style>
span { border-color: #A14AAA; }
span { border-color: rgb(161,74,170); }
td.TdClassName
{
border-color: #A14AAA;
}
.TagClassName
{
border-color: #A14AAA;
}
</style>