Shades of Violet Blue #A14299
Tints of Violet Blue #A14299
RGB
CMYK
RGB Variations
Color information
#A14299 (or 0xA14299) is known color: Violet Blue. HEX triplet: A1, 42 and 99. RGB value is (161,66,153). Sum of RGB (Red+Green+Blue) = 161+66+153=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A14299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14299 is #5EBD66. Grayscale: #686868. Windows color (decimal): -6208871 or 10044065. OLE color: 10044065.
HSL color Cylindrical-coordinate representation of color #A14299: hue angle of 305.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14299 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 153 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.37 |
| HSL | 305.05º | 0.42% | 0.45% | - |
| HSV(B) | 305.05º | 0.59% | 0.63% | - |
| XYZ | 22.4 | 13.77 | 31.62 | - |
| YUV | 104.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 153 | 0 | 0.59 | 0.05 | 0.37 | 305.05 | 0.42 | 0.45 |
| Hex | A1 | 42 | 99 | 0 | 3B | 5 | 25 | 131 | 2A | 2D |
| Octal | 241 | 102 | 231 | 0 | 73 | 5 | 45 | 461 | 52 | 55 |
| Binary | 10100001 | 1000010 | 10011001 | 0 | 111011 | 101 | 100101 | 100110001 | 101010 | 101101 |
Color Harmonies of #A14299
Complementary color
Monochromatic Colors of #A14299
Black with #A14299
Text Example
Text Example
White with #A14299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14299; }
p { color: rgb(161,66,153); }
H1.HeaderClassName
{
color: #A14299;
}
.AnyTagClassName
{
color: #A14299;
}
</style>
background-color css
<style>
a { background-color: #A14299; }
a { background-color: rgb(161,66,153); }
div.DivClassName
{
background-color: #A14299;
}
.BgClassName
{
background-color: #A14299;
}
</style>
border-color css
<style>
span { border-color: #A14299; }
span { border-color: rgb(161,66,153); }
td.TdClassName
{
border-color: #A14299;
}
.TagClassName
{
border-color: #A14299;
}
</style>