Shades of Dark Violet #A100D3
Tints of Dark Violet #A100D3
RGB
CMYK
RGB Variations
Color information
#A100D3 (or 0xA100D3) is known color: Dark Violet. HEX triplet: A1, 00 and D3. RGB value is (161,0,211). Sum of RGB (Red+Green+Blue) = 161+0+211=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 211 (82.81% from 255 or 56.72% from 372); Max value from RGB is 211 - color contains mainly: blue. Hex color #A100D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100D3 is #5EFF2C. Grayscale: #474747. Windows color (decimal): -6225709 or 13828257. OLE color: 13828257.
HSL color Cylindrical-coordinate representation of color #A100D3: hue angle of 285.78º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100D3 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 0 | 211 | - |
| CMYK | 0.24 | 1 | 0 | 0.17 |
| HSL | 285.78º | 1% | 0.41% | - |
| HSV(B) | 285.78º | 1% | 0.83% | - |
| XYZ | 26.46 | 12.28 | 62.6 | - |
| YUV | 72.19 | 206.34 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 211 | 0.24 | 1 | 0 | 0.17 | 285.78 | 1 | 0.41 |
| Hex | A1 | 0 | D3 | 18 | 64 | 0 | 11 | 11E | 64 | 29 |
| Octal | 241 | 0 | 323 | 30 | 144 | 0 | 21 | 436 | 144 | 51 |
| Binary | 10100001 | 0 | 11010011 | 11000 | 1100100 | 0 | 10001 | 100011110 | 1100100 | 101001 |
Color Harmonies of #A100D3
Complementary color
Monochromatic Colors of #A100D3
Black with #A100D3
Text Example
Text Example
White with #A100D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100D3; }
p { color: rgb(161,0,211); }
H1.HeaderClassName
{
color: #A100D3;
}
.AnyTagClassName
{
color: #A100D3;
}
</style>
background-color css
<style>
a { background-color: #A100D3; }
a { background-color: rgb(161,0,211); }
div.DivClassName
{
background-color: #A100D3;
}
.BgClassName
{
background-color: #A100D3;
}
</style>
border-color css
<style>
span { border-color: #A100D3; }
span { border-color: rgb(161,0,211); }
td.TdClassName
{
border-color: #A100D3;
}
.TagClassName
{
border-color: #A100D3;
}
</style>