Shades of Dark Violet #A805E5
Tints of Dark Violet #A805E5
RGB
CMYK
RGB Variations
Color information
#A805E5 (or 0xA805E5) is known color: Dark Violet. HEX triplet: A8, 05 and E5. RGB value is (168,5,229). Sum of RGB (Red+Green+Blue) = 168+5+229=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 229 (89.84% from 255 or 56.97% from 402); Max value from RGB is 229 - color contains mainly: blue. Hex color #A805E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805E5 is #57FA1A. Grayscale: #4E4E4E. Windows color (decimal): -5765659 or 15009192. OLE color: 15009192.
HSL color Cylindrical-coordinate representation of color #A805E5: hue angle of 283.66º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805E5 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 5 | 229 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.10 |
| HSL | 283.66º | 0.96% | 0.46% | - |
| HSV(B) | 283.66º | 0.98% | 0.9% | - |
| XYZ | 30.35 | 14.09 | 75.25 | - |
| YUV | 79.27 | 212.5 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 229 | 0.27 | 0.98 | 0 | 0.10 | 283.66 | 0.96 | 0.46 |
| Hex | A8 | 5 | E5 | 1B | 62 | 0 | A | 11C | 60 | 2E |
| Octal | 250 | 5 | 345 | 33 | 142 | 0 | 12 | 434 | 140 | 56 |
| Binary | 10101000 | 101 | 11100101 | 11011 | 1100010 | 0 | 1010 | 100011100 | 1100000 | 101110 |
Color Harmonies of #A805E5
Complementary color
Monochromatic Colors of #A805E5
Black with #A805E5
Text Example
Text Example
White with #A805E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805E5; }
p { color: rgb(168,5,229); }
H1.HeaderClassName
{
color: #A805E5;
}
.AnyTagClassName
{
color: #A805E5;
}
</style>
background-color css
<style>
a { background-color: #A805E5; }
a { background-color: rgb(168,5,229); }
div.DivClassName
{
background-color: #A805E5;
}
.BgClassName
{
background-color: #A805E5;
}
</style>
border-color css
<style>
span { border-color: #A805E5; }
span { border-color: rgb(168,5,229); }
td.TdClassName
{
border-color: #A805E5;
}
.TagClassName
{
border-color: #A805E5;
}
</style>