Shades of Dark Violet #A102DB
Tints of Dark Violet #A102DB
RGB
CMYK
RGB Variations
Color information
#A102DB (or 0xA102DB) is known color: Dark Violet. HEX triplet: A1, 02 and DB. RGB value is (161,2,219). Sum of RGB (Red+Green+Blue) = 161+2+219=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #A102DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A102DB is #5EFD24. Grayscale: #494949. Windows color (decimal): -6225189 or 14353057. OLE color: 14353057.
HSL color Cylindrical-coordinate representation of color #A102DB: hue angle of 283.96º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102DB is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 2 | 219 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.14 |
| HSL | 283.96º | 0.98% | 0.43% | - |
| HSV(B) | 283.96º | 0.99% | 0.86% | - |
| XYZ | 27.51 | 12.73 | 68.03 | - |
| YUV | 74.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 219 | 0.26 | 0.99 | 0 | 0.14 | 283.96 | 0.98 | 0.43 |
| Hex | A1 | 2 | DB | 1A | 63 | 0 | E | 11C | 62 | 2B |
| Octal | 241 | 2 | 333 | 32 | 143 | 0 | 16 | 434 | 142 | 53 |
| Binary | 10100001 | 10 | 11011011 | 11010 | 1100011 | 0 | 1110 | 100011100 | 1100010 | 101011 |
Color Harmonies of #A102DB
Complementary color
Monochromatic Colors of #A102DB
Black with #A102DB
Text Example
Text Example
White with #A102DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A102DB; }
p { color: rgb(161,2,219); }
H1.HeaderClassName
{
color: #A102DB;
}
.AnyTagClassName
{
color: #A102DB;
}
</style>
background-color css
<style>
a { background-color: #A102DB; }
a { background-color: rgb(161,2,219); }
div.DivClassName
{
background-color: #A102DB;
}
.BgClassName
{
background-color: #A102DB;
}
</style>
border-color css
<style>
span { border-color: #A102DB; }
span { border-color: rgb(161,2,219); }
td.TdClassName
{
border-color: #A102DB;
}
.TagClassName
{
border-color: #A102DB;
}
</style>