Shades of Violet Blue #A14AA3
Tints of Violet Blue #A14AA3
RGB
CMYK
RGB Variations
Color information
#A14AA3 (or 0xA14AA3) is known color: Violet Blue. HEX triplet: A1, 4A and A3. RGB value is (161,74,163). Sum of RGB (Red+Green+Blue) = 161+74+163=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 163 - color contains mainly: blue. Hex color #A14AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14AA3 is #5EB55C. Grayscale: #6D6D6D. Windows color (decimal): -6206813 or 10701473. OLE color: 10701473.
HSL color Cylindrical-coordinate representation of color #A14AA3: hue angle of 298.65º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14AA3 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 74 | 163 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.36 |
| HSL | 298.65º | 0.38% | 0.46% | - |
| HSV(B) | 298.65º | 0.55% | 0.64% | - |
| XYZ | 23.76 | 15.12 | 36.32 | - |
| YUV | 110.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 74 | 163 | 0.01 | 0.55 | 0 | 0.36 | 298.65 | 0.38 | 0.46 |
| Hex | A1 | 4A | A3 | 1 | 37 | 0 | 24 | 12B | 26 | 2E |
| Octal | 241 | 112 | 243 | 1 | 67 | 0 | 44 | 453 | 46 | 56 |
| Binary | 10100001 | 1001010 | 10100011 | 1 | 110111 | 0 | 100100 | 100101011 | 100110 | 101110 |
Color Harmonies of #A14AA3
Complementary color
Monochromatic Colors of #A14AA3
Black with #A14AA3
Text Example
Text Example
White with #A14AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14AA3; }
p { color: rgb(161,74,163); }
H1.HeaderClassName
{
color: #A14AA3;
}
.AnyTagClassName
{
color: #A14AA3;
}
</style>
background-color css
<style>
a { background-color: #A14AA3; }
a { background-color: rgb(161,74,163); }
div.DivClassName
{
background-color: #A14AA3;
}
.BgClassName
{
background-color: #A14AA3;
}
</style>
border-color css
<style>
span { border-color: #A14AA3; }
span { border-color: rgb(161,74,163); }
td.TdClassName
{
border-color: #A14AA3;
}
.TagClassName
{
border-color: #A14AA3;
}
</style>