Shades of Dark Orchid #A21BDA
Tints of Dark Orchid #A21BDA
RGB
CMYK
RGB Variations
Color information
#A21BDA (or 0xA21BDA) is known color: Dark Orchid. HEX triplet: A2, 1B and DA. RGB value is (162,27,218). Sum of RGB (Red+Green+Blue) = 162+27+218=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #A21BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BDA is #5DE425. Grayscale: #585858. Windows color (decimal): -6153254 or 14293922. OLE color: 14293922.
HSL color Cylindrical-coordinate representation of color #A21BDA: hue angle of 282.41º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21BDA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 27 | 218 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.15 |
| HSL | 282.41º | 0.78% | 0.48% | - |
| HSV(B) | 282.41º | 0.88% | 0.85% | - |
| XYZ | 27.95 | 13.53 | 67.47 | - |
| YUV | 89.14 | 200.73 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 27 | 218 | 0.26 | 0.88 | 0 | 0.15 | 282.41 | 0.78 | 0.48 |
| Hex | A2 | 1B | DA | 1A | 58 | 0 | F | 11A | 4E | 30 |
| Octal | 242 | 33 | 332 | 32 | 130 | 0 | 17 | 432 | 116 | 60 |
| Binary | 10100010 | 11011 | 11011010 | 11010 | 1011000 | 0 | 1111 | 100011010 | 1001110 | 110000 |
Color Harmonies of #A21BDA
Complementary color
Monochromatic Colors of #A21BDA
Black with #A21BDA
Text Example
Text Example
White with #A21BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21BDA; }
p { color: rgb(162,27,218); }
H1.HeaderClassName
{
color: #A21BDA;
}
.AnyTagClassName
{
color: #A21BDA;
}
</style>
background-color css
<style>
a { background-color: #A21BDA; }
a { background-color: rgb(162,27,218); }
div.DivClassName
{
background-color: #A21BDA;
}
.BgClassName
{
background-color: #A21BDA;
}
</style>
border-color css
<style>
span { border-color: #A21BDA; }
span { border-color: rgb(162,27,218); }
td.TdClassName
{
border-color: #A21BDA;
}
.TagClassName
{
border-color: #A21BDA;
}
</style>