Shades of Dark Orchid #A21EBD
Tints of Dark Orchid #A21EBD
RGB
CMYK
RGB Variations
Color information
#A21EBD (or 0xA21EBD) is known color: Dark Orchid. HEX triplet: A2, 1E and BD. RGB value is (162,30,189). Sum of RGB (Red+Green+Blue) = 162+30+189=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #A21EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EBD is #5DE142. Grayscale: #575757. Windows color (decimal): -6152515 or 12394146. OLE color: 12394146.
HSL color Cylindrical-coordinate representation of color #A21EBD: hue angle of 289.81º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21EBD is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 30 | 189 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.26 |
| HSL | 289.81º | 0.73% | 0.43% | - |
| HSV(B) | 289.81º | 0.84% | 0.74% | - |
| XYZ | 24.55 | 12.28 | 49.22 | - |
| YUV | 87.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 30 | 189 | 0.14 | 0.84 | 0 | 0.26 | 289.81 | 0.73 | 0.43 |
| Hex | A2 | 1E | BD | E | 54 | 0 | 1A | 122 | 49 | 2B |
| Octal | 242 | 36 | 275 | 16 | 124 | 0 | 32 | 442 | 111 | 53 |
| Binary | 10100010 | 11110 | 10111101 | 1110 | 1010100 | 0 | 11010 | 100100010 | 1001001 | 101011 |
Color Harmonies of #A21EBD
Complementary color
Monochromatic Colors of #A21EBD
Black with #A21EBD
Text Example
Text Example
White with #A21EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21EBD; }
p { color: rgb(162,30,189); }
H1.HeaderClassName
{
color: #A21EBD;
}
.AnyTagClassName
{
color: #A21EBD;
}
</style>
background-color css
<style>
a { background-color: #A21EBD; }
a { background-color: rgb(162,30,189); }
div.DivClassName
{
background-color: #A21EBD;
}
.BgClassName
{
background-color: #A21EBD;
}
</style>
border-color css
<style>
span { border-color: #A21EBD; }
span { border-color: rgb(162,30,189); }
td.TdClassName
{
border-color: #A21EBD;
}
.TagClassName
{
border-color: #A21EBD;
}
</style>