Shades of Dark Orchid #A21CCE
Tints of Dark Orchid #A21CCE
RGB
CMYK
RGB Variations
Color information
#A21CCE (or 0xA21CCE) is known color: Dark Orchid. HEX triplet: A2, 1C and CE. RGB value is (162,28,206). Sum of RGB (Red+Green+Blue) = 162+28+206=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A21CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CCE is #5DE331. Grayscale: #575757. Windows color (decimal): -6153010 or 13507746. OLE color: 13507746.
HSL color Cylindrical-coordinate representation of color #A21CCE: hue angle of 285.17º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CCE is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 28 | 206 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.19 |
| HSL | 285.17º | 0.76% | 0.46% | - |
| HSV(B) | 285.17º | 0.86% | 0.81% | - |
| XYZ | 26.46 | 12.97 | 59.5 | - |
| YUV | 88.36 | 194.39 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 206 | 0.21 | 0.86 | 0 | 0.19 | 285.17 | 0.76 | 0.46 |
| Hex | A2 | 1C | CE | 15 | 56 | 0 | 13 | 11D | 4C | 2E |
| Octal | 242 | 34 | 316 | 25 | 126 | 0 | 23 | 435 | 114 | 56 |
| Binary | 10100010 | 11100 | 11001110 | 10101 | 1010110 | 0 | 10011 | 100011101 | 1001100 | 101110 |
Color Harmonies of #A21CCE
Complementary color
Monochromatic Colors of #A21CCE
Black with #A21CCE
Text Example
Text Example
White with #A21CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CCE; }
p { color: rgb(162,28,206); }
H1.HeaderClassName
{
color: #A21CCE;
}
.AnyTagClassName
{
color: #A21CCE;
}
</style>
background-color css
<style>
a { background-color: #A21CCE; }
a { background-color: rgb(162,28,206); }
div.DivClassName
{
background-color: #A21CCE;
}
.BgClassName
{
background-color: #A21CCE;
}
</style>
border-color css
<style>
span { border-color: #A21CCE; }
span { border-color: rgb(162,28,206); }
td.TdClassName
{
border-color: #A21CCE;
}
.TagClassName
{
border-color: #A21CCE;
}
</style>