Shades of Dark Violet #A301DE
Tints of Dark Violet #A301DE
RGB
CMYK
RGB Variations
Color information
#A301DE (or 0xA301DE) is known color: Dark Violet. HEX triplet: A3, 01 and DE. RGB value is (163,1,222). Sum of RGB (Red+Green+Blue) = 163+1+222=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #A301DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301DE is #5CFE21. Grayscale: #494949. Windows color (decimal): -6094370 or 14549411. OLE color: 14549411.
HSL color Cylindrical-coordinate representation of color #A301DE: hue angle of 283.98º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301DE is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 1 | 222 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.13 |
| HSL | 283.98º | 0.99% | 0.44% | - |
| HSV(B) | 283.98º | 1% | 0.87% | - |
| XYZ | 28.3 | 13.08 | 70.14 | - |
| YUV | 74.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 222 | 0.27 | 1.00 | 0 | 0.13 | 283.98 | 0.99 | 0.44 |
| Hex | A3 | 1 | DE | 1B | 64 | 0 | D | 11C | 63 | 2C |
| Octal | 243 | 1 | 336 | 33 | 144 | 0 | 15 | 434 | 143 | 54 |
| Binary | 10100011 | 1 | 11011110 | 11011 | 1100100 | 0 | 1101 | 100011100 | 1100011 | 101100 |
Color Harmonies of #A301DE
Complementary color
Monochromatic Colors of #A301DE
Black with #A301DE
Text Example
Text Example
White with #A301DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301DE; }
p { color: rgb(163,1,222); }
H1.HeaderClassName
{
color: #A301DE;
}
.AnyTagClassName
{
color: #A301DE;
}
</style>
background-color css
<style>
a { background-color: #A301DE; }
a { background-color: rgb(163,1,222); }
div.DivClassName
{
background-color: #A301DE;
}
.BgClassName
{
background-color: #A301DE;
}
</style>
border-color css
<style>
span { border-color: #A301DE; }
span { border-color: rgb(163,1,222); }
td.TdClassName
{
border-color: #A301DE;
}
.TagClassName
{
border-color: #A301DE;
}
</style>