Shades of Dark Violet #A303EF
Tints of Dark Violet #A303EF
RGB
CMYK
RGB Variations
Color information
#A303EF (or 0xA303EF) is known color: Dark Violet. HEX triplet: A3, 03 and EF. RGB value is (163,3,239). Sum of RGB (Red+Green+Blue) = 163+3+239=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #A303EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A303EF is #5CFC10. Grayscale: #4C4C4C. Windows color (decimal): -6093841 or 15664035. OLE color: 15664035.
HSL color Cylindrical-coordinate representation of color #A303EF: hue angle of 280.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303EF is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 3 | 239 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.06 |
| HSL | 280.68º | 0.98% | 0.47% | - |
| HSV(B) | 280.68º | 0.99% | 0.94% | - |
| XYZ | 30.72 | 14.08 | 82.76 | - |
| YUV | 77.74 | 219.01 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 239 | 0.32 | 0.99 | 0 | 0.06 | 280.68 | 0.98 | 0.47 |
| Hex | A3 | 3 | EF | 20 | 63 | 0 | 6 | 119 | 62 | 2F |
| Octal | 243 | 3 | 357 | 40 | 143 | 0 | 6 | 431 | 142 | 57 |
| Binary | 10100011 | 11 | 11101111 | 100000 | 1100011 | 0 | 110 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A303EF
Complementary color
Monochromatic Colors of #A303EF
Black with #A303EF
Text Example
Text Example
White with #A303EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303EF; }
p { color: rgb(163,3,239); }
H1.HeaderClassName
{
color: #A303EF;
}
.AnyTagClassName
{
color: #A303EF;
}
</style>
background-color css
<style>
a { background-color: #A303EF; }
a { background-color: rgb(163,3,239); }
div.DivClassName
{
background-color: #A303EF;
}
.BgClassName
{
background-color: #A303EF;
}
</style>
border-color css
<style>
span { border-color: #A303EF; }
span { border-color: rgb(163,3,239); }
td.TdClassName
{
border-color: #A303EF;
}
.TagClassName
{
border-color: #A303EF;
}
</style>