Shades of Dark Violet #A100DB
Tints of Dark Violet #A100DB
RGB
CMYK
RGB Variations
Color information
#A100DB (or 0xA100DB) is known color: Dark Violet. HEX triplet: A1, 00 and DB. RGB value is (161,0,219). Sum of RGB (Red+Green+Blue) = 161+0+219=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #A100DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A100DB is #5EFF24. Grayscale: #484848. Windows color (decimal): -6225701 or 14352545. OLE color: 14352545.
HSL color Cylindrical-coordinate representation of color #A100DB: hue angle of 284.11º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100DB is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 0 | 219 | - |
| CMYK | 0.26 | 1 | 0 | 0.14 |
| HSL | 284.11º | 1% | 0.43% | - |
| HSV(B) | 284.11º | 1% | 0.86% | - |
| XYZ | 27.48 | 12.69 | 68.02 | - |
| YUV | 73.11 | 210.34 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 219 | 0.26 | 1 | 0 | 0.14 | 284.11 | 1 | 0.43 |
| Hex | A1 | 0 | DB | 1A | 64 | 0 | E | 11C | 64 | 2B |
| Octal | 241 | 0 | 333 | 32 | 144 | 0 | 16 | 434 | 144 | 53 |
| Binary | 10100001 | 0 | 11011011 | 11010 | 1100100 | 0 | 1110 | 100011100 | 1100100 | 101011 |
Color Harmonies of #A100DB
Complementary color
Monochromatic Colors of #A100DB
Black with #A100DB
Text Example
Text Example
White with #A100DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100DB; }
p { color: rgb(161,0,219); }
H1.HeaderClassName
{
color: #A100DB;
}
.AnyTagClassName
{
color: #A100DB;
}
</style>
background-color css
<style>
a { background-color: #A100DB; }
a { background-color: rgb(161,0,219); }
div.DivClassName
{
background-color: #A100DB;
}
.BgClassName
{
background-color: #A100DB;
}
</style>
border-color css
<style>
span { border-color: #A100DB; }
span { border-color: rgb(161,0,219); }
td.TdClassName
{
border-color: #A100DB;
}
.TagClassName
{
border-color: #A100DB;
}
</style>