Shades of Dark Violet #A303DE
Tints of Dark Violet #A303DE
RGB
CMYK
RGB Variations
Color information
#A303DE (or 0xA303DE) is known color: Dark Violet. HEX triplet: A3, 03 and DE. RGB value is (163,3,222). Sum of RGB (Red+Green+Blue) = 163+3+222=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 222 (87.11% from 255 or 57.22% from 388); Max value from RGB is 222 - color contains mainly: blue. Hex color #A303DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303DE is #5CFC21. Grayscale: #4B4B4B. Windows color (decimal): -6093858 or 14549923. OLE color: 14549923.
HSL color Cylindrical-coordinate representation of color #A303DE: hue angle of 283.84º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303DE is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 3 | 222 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.13 |
| HSL | 283.84º | 0.97% | 0.44% | - |
| HSV(B) | 283.84º | 0.99% | 0.87% | - |
| XYZ | 28.32 | 13.13 | 70.15 | - |
| YUV | 75.81 | 210.51 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 222 | 0.27 | 0.99 | 0 | 0.13 | 283.84 | 0.97 | 0.44 |
| Hex | A3 | 3 | DE | 1B | 63 | 0 | D | 11C | 61 | 2C |
| Octal | 243 | 3 | 336 | 33 | 143 | 0 | 15 | 434 | 141 | 54 |
| Binary | 10100011 | 11 | 11011110 | 11011 | 1100011 | 0 | 1101 | 100011100 | 1100001 | 101100 |
Color Harmonies of #A303DE
Complementary color
Monochromatic Colors of #A303DE
Black with #A303DE
Text Example
Text Example
White with #A303DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303DE; }
p { color: rgb(163,3,222); }
H1.HeaderClassName
{
color: #A303DE;
}
.AnyTagClassName
{
color: #A303DE;
}
</style>
background-color css
<style>
a { background-color: #A303DE; }
a { background-color: rgb(163,3,222); }
div.DivClassName
{
background-color: #A303DE;
}
.BgClassName
{
background-color: #A303DE;
}
</style>
border-color css
<style>
span { border-color: #A303DE; }
span { border-color: rgb(163,3,222); }
td.TdClassName
{
border-color: #A303DE;
}
.TagClassName
{
border-color: #A303DE;
}
</style>