Shades of Dark Violet #A003D5
Tints of Dark Violet #A003D5
RGB
CMYK
RGB Variations
Color information
#A003D5 (or 0xA003D5) is known color: Dark Violet. HEX triplet: A0, 03 and D5. RGB value is (160,3,213). Sum of RGB (Red+Green+Blue) = 160+3+213=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #A003D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A003D5 is #5FFC2A. Grayscale: #494949. Windows color (decimal): -6290475 or 13960096. OLE color: 13960096.
HSL color Cylindrical-coordinate representation of color #A003D5: hue angle of 284.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A003D5 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 3 | 213 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.16 |
| HSL | 284.86º | 0.97% | 0.42% | - |
| HSV(B) | 284.86º | 0.99% | 0.84% | - |
| XYZ | 26.54 | 12.34 | 63.93 | - |
| YUV | 73.88 | 206.51 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 213 | 0.25 | 0.99 | 0 | 0.16 | 284.86 | 0.97 | 0.42 |
| Hex | A0 | 3 | D5 | 19 | 63 | 0 | 10 | 11D | 61 | 2A |
| Octal | 240 | 3 | 325 | 31 | 143 | 0 | 20 | 435 | 141 | 52 |
| Binary | 10100000 | 11 | 11010101 | 11001 | 1100011 | 0 | 10000 | 100011101 | 1100001 | 101010 |
Color Harmonies of #A003D5
Complementary color
Monochromatic Colors of #A003D5
Black with #A003D5
Text Example
Text Example
White with #A003D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A003D5; }
p { color: rgb(160,3,213); }
H1.HeaderClassName
{
color: #A003D5;
}
.AnyTagClassName
{
color: #A003D5;
}
</style>
background-color css
<style>
a { background-color: #A003D5; }
a { background-color: rgb(160,3,213); }
div.DivClassName
{
background-color: #A003D5;
}
.BgClassName
{
background-color: #A003D5;
}
</style>
border-color css
<style>
span { border-color: #A003D5; }
span { border-color: rgb(160,3,213); }
td.TdClassName
{
border-color: #A003D5;
}
.TagClassName
{
border-color: #A003D5;
}
</style>