Shades of Dark Orchid #A21BCD
Tints of Dark Orchid #A21BCD
RGB
CMYK
RGB Variations
Color information
#A21BCD (or 0xA21BCD) is known color: Dark Orchid. HEX triplet: A2, 1B and CD. RGB value is (162,27,205). Sum of RGB (Red+Green+Blue) = 162+27+205=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #A21BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BCD is #5DE432. Grayscale: #575757. Windows color (decimal): -6153267 or 13441954. OLE color: 13441954.
HSL color Cylindrical-coordinate representation of color #A21BCD: hue angle of 285.51º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21BCD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 27 | 205 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.20 |
| HSL | 285.51º | 0.77% | 0.45% | - |
| HSV(B) | 285.51º | 0.87% | 0.8% | - |
| XYZ | 26.31 | 12.87 | 58.86 | - |
| YUV | 87.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 205 | 0.21 | 0.87 | 0 | 0.20 | 285.51 | 0.77 | 0.45 |
| Hex | A2 | 1B | CD | 15 | 57 | 0 | 14 | 11E | 4D | 2D |
| Octal | 242 | 33 | 315 | 25 | 127 | 0 | 24 | 436 | 115 | 55 |
| Binary | 10100010 | 11011 | 11001101 | 10101 | 1010111 | 0 | 10100 | 100011110 | 1001101 | 101101 |
Color Harmonies of #A21BCD
Complementary color
Monochromatic Colors of #A21BCD
Black with #A21BCD
Text Example
Text Example
White with #A21BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BCD; }
p { color: rgb(162,27,205); }
H1.HeaderClassName
{
color: #A21BCD;
}
.AnyTagClassName
{
color: #A21BCD;
}
</style>
background-color css
<style>
a { background-color: #A21BCD; }
a { background-color: rgb(162,27,205); }
div.DivClassName
{
background-color: #A21BCD;
}
.BgClassName
{
background-color: #A21BCD;
}
</style>
border-color css
<style>
span { border-color: #A21BCD; }
span { border-color: rgb(162,27,205); }
td.TdClassName
{
border-color: #A21BCD;
}
.TagClassName
{
border-color: #A21BCD;
}
</style>