Shades of Dark Orchid #A21ADC
Tints of Dark Orchid #A21ADC
RGB
CMYK
RGB Variations
Color information
#A21ADC (or 0xA21ADC) is known color: Dark Orchid. HEX triplet: A2, 1A and DC. RGB value is (162,26,220). Sum of RGB (Red+Green+Blue) = 162+26+220=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #A21ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ADC is #5DE523. Grayscale: #585858. Windows color (decimal): -6153508 or 14424738. OLE color: 14424738.
HSL color Cylindrical-coordinate representation of color #A21ADC: hue angle of 282.06º 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 #A21ADC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 26 | 220 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.14 |
| HSL | 282.06º | 0.79% | 0.48% | - |
| HSV(B) | 282.06º | 0.88% | 0.86% | - |
| XYZ | 28.19 | 13.59 | 68.85 | - |
| YUV | 88.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 26 | 220 | 0.26 | 0.88 | 0 | 0.14 | 282.06 | 0.79 | 0.48 |
| Hex | A2 | 1A | DC | 1A | 58 | 0 | E | 11A | 4F | 30 |
| Octal | 242 | 32 | 334 | 32 | 130 | 0 | 16 | 432 | 117 | 60 |
| Binary | 10100010 | 11010 | 11011100 | 11010 | 1011000 | 0 | 1110 | 100011010 | 1001111 | 110000 |
Color Harmonies of #A21ADC
Complementary color
Monochromatic Colors of #A21ADC
Black with #A21ADC
Text Example
Text Example
White with #A21ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21ADC; }
p { color: rgb(162,26,220); }
H1.HeaderClassName
{
color: #A21ADC;
}
.AnyTagClassName
{
color: #A21ADC;
}
</style>
background-color css
<style>
a { background-color: #A21ADC; }
a { background-color: rgb(162,26,220); }
div.DivClassName
{
background-color: #A21ADC;
}
.BgClassName
{
background-color: #A21ADC;
}
</style>
border-color css
<style>
span { border-color: #A21ADC; }
span { border-color: rgb(162,26,220); }
td.TdClassName
{
border-color: #A21ADC;
}
.TagClassName
{
border-color: #A21ADC;
}
</style>