Shades of Dark Violet #A103ED
Tints of Dark Violet #A103ED
RGB
CMYK
RGB Variations
Color information
#A103ED (or 0xA103ED) is known color: Dark Violet. HEX triplet: A1, 03 and ED. RGB value is (161,3,237). Sum of RGB (Red+Green+Blue) = 161+3+237=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #A103ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103ED is #5EFC12. Grayscale: #4C4C4C. Windows color (decimal): -6224915 or 15532961. OLE color: 15532961.
HSL color Cylindrical-coordinate representation of color #A103ED: hue angle of 280.51º 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 #A103ED is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 3 | 237 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.07 |
| HSL | 280.51º | 0.98% | 0.47% | - |
| HSV(B) | 280.51º | 0.99% | 0.93% | - |
| XYZ | 30.02 | 13.76 | 81.19 | - |
| YUV | 76.92 | 218.35 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 237 | 0.32 | 0.99 | 0 | 0.07 | 280.51 | 0.98 | 0.47 |
| Hex | A1 | 3 | ED | 20 | 63 | 0 | 7 | 119 | 62 | 2F |
| Octal | 241 | 3 | 355 | 40 | 143 | 0 | 7 | 431 | 142 | 57 |
| Binary | 10100001 | 11 | 11101101 | 100000 | 1100011 | 0 | 111 | 100011001 | 1100010 | 101111 |
Color Harmonies of #A103ED
Complementary color
Monochromatic Colors of #A103ED
Black with #A103ED
Text Example
Text Example
White with #A103ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103ED; }
p { color: rgb(161,3,237); }
H1.HeaderClassName
{
color: #A103ED;
}
.AnyTagClassName
{
color: #A103ED;
}
</style>
background-color css
<style>
a { background-color: #A103ED; }
a { background-color: rgb(161,3,237); }
div.DivClassName
{
background-color: #A103ED;
}
.BgClassName
{
background-color: #A103ED;
}
</style>
border-color css
<style>
span { border-color: #A103ED; }
span { border-color: rgb(161,3,237); }
td.TdClassName
{
border-color: #A103ED;
}
.TagClassName
{
border-color: #A103ED;
}
</style>