Shades of Violet Blue #A83EAE
Tints of Violet Blue #A83EAE
RGB
CMYK
RGB Variations
Color information
#A83EAE (or 0xA83EAE) is known color: Violet Blue. HEX triplet: A8, 3E and AE. RGB value is (168,62,174). Sum of RGB (Red+Green+Blue) = 168+62+174=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #A83EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83EAE is #57C151. Grayscale: #6A6A6A. Windows color (decimal): -5751122 or 11419304. OLE color: 11419304.
HSL color Cylindrical-coordinate representation of color #A83EAE: hue angle of 296.79º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83EAE is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 62 | 174 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.32 |
| HSL | 296.79º | 0.47% | 0.46% | - |
| HSV(B) | 296.79º | 0.64% | 0.68% | - |
| XYZ | 25.51 | 14.83 | 41.56 | - |
| YUV | 106.46 | 166.12 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 174 | 0.03 | 0.64 | 0 | 0.32 | 296.79 | 0.47 | 0.46 |
| Hex | A8 | 3E | AE | 3 | 40 | 0 | 20 | 129 | 2F | 2E |
| Octal | 250 | 76 | 256 | 3 | 100 | 0 | 40 | 451 | 57 | 56 |
| Binary | 10101000 | 111110 | 10101110 | 11 | 1000000 | 0 | 100000 | 100101001 | 101111 | 101110 |
Color Harmonies of #A83EAE
Complementary color
Monochromatic Colors of #A83EAE
Black with #A83EAE
Text Example
Text Example
White with #A83EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83EAE; }
p { color: rgb(168,62,174); }
H1.HeaderClassName
{
color: #A83EAE;
}
.AnyTagClassName
{
color: #A83EAE;
}
</style>
background-color css
<style>
a { background-color: #A83EAE; }
a { background-color: rgb(168,62,174); }
div.DivClassName
{
background-color: #A83EAE;
}
.BgClassName
{
background-color: #A83EAE;
}
</style>
border-color css
<style>
span { border-color: #A83EAE; }
span { border-color: rgb(168,62,174); }
td.TdClassName
{
border-color: #A83EAE;
}
.TagClassName
{
border-color: #A83EAE;
}
</style>