Shades of Dark Violet #A805E7
Tints of Dark Violet #A805E7
RGB
CMYK
RGB Variations
Color information
#A805E7 (or 0xA805E7) is known color: Dark Violet. HEX triplet: A8, 05 and E7. RGB value is (168,5,231). Sum of RGB (Red+Green+Blue) = 168+5+231=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #A805E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805E7 is #57FA18. Grayscale: #4E4E4E. Windows color (decimal): -5765657 or 15140264. OLE color: 15140264.
HSL color Cylindrical-coordinate representation of color #A805E7: hue angle of 283.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805E7 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 5 | 231 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.09 |
| HSL | 283.27º | 0.96% | 0.46% | - |
| HSV(B) | 283.27º | 0.98% | 0.91% | - |
| XYZ | 30.63 | 14.2 | 76.73 | - |
| YUV | 79.5 | 213.5 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 231 | 0.27 | 0.98 | 0 | 0.09 | 283.27 | 0.96 | 0.46 |
| Hex | A8 | 5 | E7 | 1B | 62 | 0 | 9 | 11B | 60 | 2E |
| Octal | 250 | 5 | 347 | 33 | 142 | 0 | 11 | 433 | 140 | 56 |
| Binary | 10101000 | 101 | 11100111 | 11011 | 1100010 | 0 | 1001 | 100011011 | 1100000 | 101110 |
Color Harmonies of #A805E7
Complementary color
Monochromatic Colors of #A805E7
Black with #A805E7
Text Example
Text Example
White with #A805E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805E7; }
p { color: rgb(168,5,231); }
H1.HeaderClassName
{
color: #A805E7;
}
.AnyTagClassName
{
color: #A805E7;
}
</style>
background-color css
<style>
a { background-color: #A805E7; }
a { background-color: rgb(168,5,231); }
div.DivClassName
{
background-color: #A805E7;
}
.BgClassName
{
background-color: #A805E7;
}
</style>
border-color css
<style>
span { border-color: #A805E7; }
span { border-color: rgb(168,5,231); }
td.TdClassName
{
border-color: #A805E7;
}
.TagClassName
{
border-color: #A805E7;
}
</style>