Shades of Violet Blue #A84399
Tints of Violet Blue #A84399
RGB
CMYK
RGB Variations
Color information
#A84399 (or 0xA84399) is known color: Violet Blue. HEX triplet: A8, 43 and 99. RGB value is (168,67,153). Sum of RGB (Red+Green+Blue) = 168+67+153=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A84399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84399 is #57BC66. Grayscale: #6A6A6A. Windows color (decimal): -5749863 or 10044328. OLE color: 10044328.
HSL color Cylindrical-coordinate representation of color #A84399: hue angle of 308.91º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84399 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 153 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.34 |
| HSL | 308.91º | 0.43% | 0.46% | - |
| HSV(B) | 308.91º | 0.6% | 0.66% | - |
| XYZ | 23.91 | 14.64 | 31.7 | - |
| YUV | 107 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 153 | 0 | 0.60 | 0.09 | 0.34 | 308.91 | 0.43 | 0.46 |
| Hex | A8 | 43 | 99 | 0 | 3C | 9 | 22 | 135 | 2B | 2E |
| Octal | 250 | 103 | 231 | 0 | 74 | 11 | 42 | 465 | 53 | 56 |
| Binary | 10101000 | 1000011 | 10011001 | 0 | 111100 | 1001 | 100010 | 100110101 | 101011 | 101110 |
Color Harmonies of #A84399
Complementary color
Monochromatic Colors of #A84399
Black with #A84399
Text Example
Text Example
White with #A84399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84399; }
p { color: rgb(168,67,153); }
H1.HeaderClassName
{
color: #A84399;
}
.AnyTagClassName
{
color: #A84399;
}
</style>
background-color css
<style>
a { background-color: #A84399; }
a { background-color: rgb(168,67,153); }
div.DivClassName
{
background-color: #A84399;
}
.BgClassName
{
background-color: #A84399;
}
</style>
border-color css
<style>
span { border-color: #A84399; }
span { border-color: rgb(168,67,153); }
td.TdClassName
{
border-color: #A84399;
}
.TagClassName
{
border-color: #A84399;
}
</style>