Shades of Dark Orchid #A21ADB
Tints of Dark Orchid #A21ADB
RGB
CMYK
RGB Variations
Color information
#A21ADB (or 0xA21ADB) is known color: Dark Orchid. HEX triplet: A2, 1A and DB. RGB value is (162,26,219). Sum of RGB (Red+Green+Blue) = 162+26+219=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #A21ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ADB is #5DE524. Grayscale: #585858. Windows color (decimal): -6153509 or 14359202. OLE color: 14359202.
HSL color Cylindrical-coordinate representation of color #A21ADB: hue angle of 282.28º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21ADB is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 26 | 219 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.14 |
| HSL | 282.28º | 0.79% | 0.48% | - |
| HSV(B) | 282.28º | 0.88% | 0.86% | - |
| XYZ | 28.06 | 13.53 | 68.15 | - |
| YUV | 88.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 219 | 0.26 | 0.88 | 0 | 0.14 | 282.28 | 0.79 | 0.48 |
| Hex | A2 | 1A | DB | 1A | 58 | 0 | E | 11A | 4F | 30 |
| Octal | 242 | 32 | 333 | 32 | 130 | 0 | 16 | 432 | 117 | 60 |
| Binary | 10100010 | 11010 | 11011011 | 11010 | 1011000 | 0 | 1110 | 100011010 | 1001111 | 110000 |
Color Harmonies of #A21ADB
Complementary color
Monochromatic Colors of #A21ADB
Black with #A21ADB
Text Example
Text Example
White with #A21ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ADB; }
p { color: rgb(162,26,219); }
H1.HeaderClassName
{
color: #A21ADB;
}
.AnyTagClassName
{
color: #A21ADB;
}
</style>
background-color css
<style>
a { background-color: #A21ADB; }
a { background-color: rgb(162,26,219); }
div.DivClassName
{
background-color: #A21ADB;
}
.BgClassName
{
background-color: #A21ADB;
}
</style>
border-color css
<style>
span { border-color: #A21ADB; }
span { border-color: rgb(162,26,219); }
td.TdClassName
{
border-color: #A21ADB;
}
.TagClassName
{
border-color: #A21ADB;
}
</style>