Shades of Dark Violet #A805E4
Tints of Dark Violet #A805E4
RGB
CMYK
RGB Variations
Color information
#A805E4 (or 0xA805E4) is known color: Dark Violet. HEX triplet: A8, 05 and E4. RGB value is (168,5,228). Sum of RGB (Red+Green+Blue) = 168+5+228=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #A805E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805E4 is #57FA1B. Grayscale: #4E4E4E. Windows color (decimal): -5765660 or 14943656. OLE color: 14943656.
HSL color Cylindrical-coordinate representation of color #A805E4: hue angle of 283.86º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805E4 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 5 | 228 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.11 |
| HSL | 283.86º | 0.96% | 0.46% | - |
| HSV(B) | 283.86º | 0.98% | 0.89% | - |
| XYZ | 30.21 | 14.03 | 74.52 | - |
| YUV | 79.16 | 212 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 228 | 0.26 | 0.98 | 0 | 0.11 | 283.86 | 0.96 | 0.46 |
| Hex | A8 | 5 | E4 | 1A | 62 | 0 | B | 11C | 60 | 2E |
| Octal | 250 | 5 | 344 | 32 | 142 | 0 | 13 | 434 | 140 | 56 |
| Binary | 10101000 | 101 | 11100100 | 11010 | 1100010 | 0 | 1011 | 100011100 | 1100000 | 101110 |
Color Harmonies of #A805E4
Complementary color
Monochromatic Colors of #A805E4
Black with #A805E4
Text Example
Text Example
White with #A805E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805E4; }
p { color: rgb(168,5,228); }
H1.HeaderClassName
{
color: #A805E4;
}
.AnyTagClassName
{
color: #A805E4;
}
</style>
background-color css
<style>
a { background-color: #A805E4; }
a { background-color: rgb(168,5,228); }
div.DivClassName
{
background-color: #A805E4;
}
.BgClassName
{
background-color: #A805E4;
}
</style>
border-color css
<style>
span { border-color: #A805E4; }
span { border-color: rgb(168,5,228); }
td.TdClassName
{
border-color: #A805E4;
}
.TagClassName
{
border-color: #A805E4;
}
</style>