Shades of Violet Blue #A84899
Tints of Violet Blue #A84899
RGB
CMYK
RGB Variations
Color information
#A84899 (or 0xA84899) is known color: Violet Blue. HEX triplet: A8, 48 and 99. RGB value is (168,72,153). Sum of RGB (Red+Green+Blue) = 168+72+153=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A84899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84899 is #57B766. Grayscale: #6D6D6D. Windows color (decimal): -5748583 or 10045608. OLE color: 10045608.
HSL color Cylindrical-coordinate representation of color #A84899: hue angle of 309.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84899 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 153 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.34 |
| HSL | 309.38º | 0.4% | 0.47% | - |
| HSV(B) | 309.38º | 0.57% | 0.66% | - |
| XYZ | 24.22 | 15.26 | 31.81 | - |
| YUV | 109.94 | 152.3 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 153 | 0 | 0.57 | 0.09 | 0.34 | 309.38 | 0.4 | 0.47 |
| Hex | A8 | 48 | 99 | 0 | 39 | 9 | 22 | 135 | 28 | 2F |
| Octal | 250 | 110 | 231 | 0 | 71 | 11 | 42 | 465 | 50 | 57 |
| Binary | 10101000 | 1001000 | 10011001 | 0 | 111001 | 1001 | 100010 | 100110101 | 101000 | 101111 |
Color Harmonies of #A84899
Complementary color
Monochromatic Colors of #A84899
Black with #A84899
Text Example
Text Example
White with #A84899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84899; }
p { color: rgb(168,72,153); }
H1.HeaderClassName
{
color: #A84899;
}
.AnyTagClassName
{
color: #A84899;
}
</style>
background-color css
<style>
a { background-color: #A84899; }
a { background-color: rgb(168,72,153); }
div.DivClassName
{
background-color: #A84899;
}
.BgClassName
{
background-color: #A84899;
}
</style>
border-color css
<style>
span { border-color: #A84899; }
span { border-color: rgb(168,72,153); }
td.TdClassName
{
border-color: #A84899;
}
.TagClassName
{
border-color: #A84899;
}
</style>