Shades of Dark Violet #A001EF
Tints of Dark Violet #A001EF
RGB
CMYK
RGB Variations
Color information
#A001EF (or 0xA001EF) is known color: Dark Violet. HEX triplet: A0, 01 and EF. RGB value is (160,1,239). Sum of RGB (Red+Green+Blue) = 160+1+239=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #A001EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A001EF is #5FFE10. Grayscale: #4A4A4A. Windows color (decimal): -6290961 or 15663520. OLE color: 15663520.
HSL color Cylindrical-coordinate representation of color #A001EF: hue angle of 280.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A001EF is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 1 | 239 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.06 |
| HSL | 280.08º | 0.99% | 0.47% | - |
| HSV(B) | 280.08º | 1% | 0.94% | - |
| XYZ | 30.09 | 13.73 | 82.73 | - |
| YUV | 75.67 | 220.18 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 239 | 0.33 | 1.00 | 0 | 0.06 | 280.08 | 0.99 | 0.47 |
| Hex | A0 | 1 | EF | 21 | 64 | 0 | 6 | 118 | 63 | 2F |
| Octal | 240 | 1 | 357 | 41 | 144 | 0 | 6 | 430 | 143 | 57 |
| Binary | 10100000 | 1 | 11101111 | 100001 | 1100100 | 0 | 110 | 100011000 | 1100011 | 101111 |
Color Harmonies of #A001EF
Complementary color
Monochromatic Colors of #A001EF
Black with #A001EF
Text Example
Text Example
White with #A001EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A001EF; }
p { color: rgb(160,1,239); }
H1.HeaderClassName
{
color: #A001EF;
}
.AnyTagClassName
{
color: #A001EF;
}
</style>
background-color css
<style>
a { background-color: #A001EF; }
a { background-color: rgb(160,1,239); }
div.DivClassName
{
background-color: #A001EF;
}
.BgClassName
{
background-color: #A001EF;
}
</style>
border-color css
<style>
span { border-color: #A001EF; }
span { border-color: rgb(160,1,239); }
td.TdClassName
{
border-color: #A001EF;
}
.TagClassName
{
border-color: #A001EF;
}
</style>