Shades of Dark Violet #A81AE5
Tints of Dark Violet #A81AE5
RGB
CMYK
RGB Variations
Color information
#A81AE5 (or 0xA81AE5) is known color: Dark Violet. HEX triplet: A8, 1A and E5. RGB value is (168,26,229). Sum of RGB (Red+Green+Blue) = 168+26+229=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #A81AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AE5 is #57E51A. Grayscale: #5A5A5A. Windows color (decimal): -5760283 or 15014568. OLE color: 15014568.
HSL color Cylindrical-coordinate representation of color #A81AE5: hue angle of 281.97º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81AE5 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 26 | 229 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.10 |
| HSL | 281.97º | 0.8% | 0.5% | - |
| HSV(B) | 281.97º | 0.89% | 0.9% | - |
| XYZ | 30.66 | 14.72 | 75.35 | - |
| YUV | 91.6 | 205.54 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 229 | 0.27 | 0.89 | 0 | 0.10 | 281.97 | 0.8 | 0.5 |
| Hex | A8 | 1A | E5 | 1B | 59 | 0 | A | 11A | 50 | 32 |
| Octal | 250 | 32 | 345 | 33 | 131 | 0 | 12 | 432 | 120 | 62 |
| Binary | 10101000 | 11010 | 11100101 | 11011 | 1011001 | 0 | 1010 | 100011010 | 1010000 | 110010 |
Color Harmonies of #A81AE5
Complementary color
Monochromatic Colors of #A81AE5
Black with #A81AE5
Text Example
Text Example
White with #A81AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AE5; }
p { color: rgb(168,26,229); }
H1.HeaderClassName
{
color: #A81AE5;
}
.AnyTagClassName
{
color: #A81AE5;
}
</style>
background-color css
<style>
a { background-color: #A81AE5; }
a { background-color: rgb(168,26,229); }
div.DivClassName
{
background-color: #A81AE5;
}
.BgClassName
{
background-color: #A81AE5;
}
</style>
border-color css
<style>
span { border-color: #A81AE5; }
span { border-color: rgb(168,26,229); }
td.TdClassName
{
border-color: #A81AE5;
}
.TagClassName
{
border-color: #A81AE5;
}
</style>