Shades of Dark Violet #A801E5
Tints of Dark Violet #A801E5
RGB
CMYK
RGB Variations
Color information
#A801E5 (or 0xA801E5) is known color: Dark Violet. HEX triplet: A8, 01 and E5. RGB value is (168,1,229). Sum of RGB (Red+Green+Blue) = 168+1+229=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #A801E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801E5 is #57FE1A. Grayscale: #4C4C4C. Windows color (decimal): -5766683 or 15008168. OLE color: 15008168.
HSL color Cylindrical-coordinate representation of color #A801E5: hue angle of 283.95º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A801E5 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 1 | 229 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.10 |
| HSL | 283.95º | 0.99% | 0.45% | - |
| HSV(B) | 283.95º | 1% | 0.9% | - |
| XYZ | 30.3 | 14 | 75.23 | - |
| YUV | 76.93 | 213.83 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 229 | 0.27 | 1.00 | 0 | 0.10 | 283.95 | 0.99 | 0.45 |
| Hex | A8 | 1 | E5 | 1B | 64 | 0 | A | 11C | 63 | 2D |
| Octal | 250 | 1 | 345 | 33 | 144 | 0 | 12 | 434 | 143 | 55 |
| Binary | 10101000 | 1 | 11100101 | 11011 | 1100100 | 0 | 1010 | 100011100 | 1100011 | 101101 |
Color Harmonies of #A801E5
Complementary color
Monochromatic Colors of #A801E5
Black with #A801E5
Text Example
Text Example
White with #A801E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801E5; }
p { color: rgb(168,1,229); }
H1.HeaderClassName
{
color: #A801E5;
}
.AnyTagClassName
{
color: #A801E5;
}
</style>
background-color css
<style>
a { background-color: #A801E5; }
a { background-color: rgb(168,1,229); }
div.DivClassName
{
background-color: #A801E5;
}
.BgClassName
{
background-color: #A801E5;
}
</style>
border-color css
<style>
span { border-color: #A801E5; }
span { border-color: rgb(168,1,229); }
td.TdClassName
{
border-color: #A801E5;
}
.TagClassName
{
border-color: #A801E5;
}
</style>