Shades of Dark Violet #A003ED
Tints of Dark Violet #A003ED
RGB
CMYK
RGB Variations
Color information
#A003ED (or 0xA003ED) is known color: Dark Violet. HEX triplet: A0, 03 and ED. RGB value is (160,3,237). Sum of RGB (Red+Green+Blue) = 160+3+237=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 3 (1.56% from 255 or 0.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #A003ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A003ED is #5FFC12. Grayscale: #4B4B4B. Windows color (decimal): -6290451 or 15532960. OLE color: 15532960.
HSL color Cylindrical-coordinate representation of color #A003ED: hue angle of 280.26º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003ED is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 3 | 237 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.07 |
| HSL | 280.26º | 0.98% | 0.47% | - |
| HSV(B) | 280.26º | 0.99% | 0.93% | - |
| XYZ | 29.82 | 13.65 | 81.18 | - |
| YUV | 76.62 | 218.51 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 237 | 0.32 | 0.99 | 0 | 0.07 | 280.26 | 0.98 | 0.47 |
| Hex | A0 | 3 | ED | 20 | 63 | 0 | 7 | 118 | 62 | 2F |
| Octal | 240 | 3 | 355 | 40 | 143 | 0 | 7 | 430 | 142 | 57 |
| Binary | 10100000 | 11 | 11101101 | 100000 | 1100011 | 0 | 111 | 100011000 | 1100010 | 101111 |
Color Harmonies of #A003ED
Complementary color
Monochromatic Colors of #A003ED
Black with #A003ED
Text Example
Text Example
White with #A003ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003ED; }
p { color: rgb(160,3,237); }
H1.HeaderClassName
{
color: #A003ED;
}
.AnyTagClassName
{
color: #A003ED;
}
</style>
background-color css
<style>
a { background-color: #A003ED; }
a { background-color: rgb(160,3,237); }
div.DivClassName
{
background-color: #A003ED;
}
.BgClassName
{
background-color: #A003ED;
}
</style>
border-color css
<style>
span { border-color: #A003ED; }
span { border-color: rgb(160,3,237); }
td.TdClassName
{
border-color: #A003ED;
}
.TagClassName
{
border-color: #A003ED;
}
</style>