Shades of Violet Blue #A84EAE
Tints of Violet Blue #A84EAE
RGB
CMYK
RGB Variations
Color information
#A84EAE (or 0xA84EAE) is known color: Violet Blue. HEX triplet: A8, 4E and AE. RGB value is (168,78,174). Sum of RGB (Red+Green+Blue) = 168+78+174=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #A84EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A84EAE is #57B151. Grayscale: #737373. Windows color (decimal): -5747026 or 11423400. OLE color: 11423400.
HSL color Cylindrical-coordinate representation of color #A84EAE: hue angle of 296.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A84EAE is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 78 | 174 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.32 |
| HSL | 296.25º | 0.38% | 0.49% | - |
| HSV(B) | 296.25º | 0.55% | 0.68% | - |
| XYZ | 26.51 | 16.83 | 41.9 | - |
| YUV | 115.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 174 | 0.03 | 0.55 | 0 | 0.32 | 296.25 | 0.38 | 0.49 |
| Hex | A8 | 4E | AE | 3 | 37 | 0 | 20 | 128 | 26 | 31 |
| Octal | 250 | 116 | 256 | 3 | 67 | 0 | 40 | 450 | 46 | 61 |
| Binary | 10101000 | 1001110 | 10101110 | 11 | 110111 | 0 | 100000 | 100101000 | 100110 | 110001 |
Color Harmonies of #A84EAE
Complementary color
Monochromatic Colors of #A84EAE
Black with #A84EAE
Text Example
Text Example
White with #A84EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84EAE; }
p { color: rgb(168,78,174); }
H1.HeaderClassName
{
color: #A84EAE;
}
.AnyTagClassName
{
color: #A84EAE;
}
</style>
background-color css
<style>
a { background-color: #A84EAE; }
a { background-color: rgb(168,78,174); }
div.DivClassName
{
background-color: #A84EAE;
}
.BgClassName
{
background-color: #A84EAE;
}
</style>
border-color css
<style>
span { border-color: #A84EAE; }
span { border-color: rgb(168,78,174); }
td.TdClassName
{
border-color: #A84EAE;
}
.TagClassName
{
border-color: #A84EAE;
}
</style>