Shades of Dark Orchid #A21CC9
Tints of Dark Orchid #A21CC9
RGB
CMYK
RGB Variations
Color information
#A21CC9 (or 0xA21CC9) is known color: Dark Orchid. HEX triplet: A2, 1C and C9. RGB value is (162,28,201). Sum of RGB (Red+Green+Blue) = 162+28+201=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #A21CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21CC9 is #5DE336. Grayscale: #575757. Windows color (decimal): -6153015 or 13180066. OLE color: 13180066.
HSL color Cylindrical-coordinate representation of color #A21CC9: hue angle of 286.47º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21CC9 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 28 | 201 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.21 |
| HSL | 286.47º | 0.76% | 0.45% | - |
| HSV(B) | 286.47º | 0.86% | 0.79% | - |
| XYZ | 25.86 | 12.73 | 56.35 | - |
| YUV | 87.79 | 191.89 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 28 | 201 | 0.19 | 0.86 | 0 | 0.21 | 286.47 | 0.76 | 0.45 |
| Hex | A2 | 1C | C9 | 13 | 56 | 0 | 15 | 11E | 4C | 2D |
| Octal | 242 | 34 | 311 | 23 | 126 | 0 | 25 | 436 | 114 | 55 |
| Binary | 10100010 | 11100 | 11001001 | 10011 | 1010110 | 0 | 10101 | 100011110 | 1001100 | 101101 |
Color Harmonies of #A21CC9
Complementary color
Monochromatic Colors of #A21CC9
Black with #A21CC9
Text Example
Text Example
White with #A21CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21CC9; }
p { color: rgb(162,28,201); }
H1.HeaderClassName
{
color: #A21CC9;
}
.AnyTagClassName
{
color: #A21CC9;
}
</style>
background-color css
<style>
a { background-color: #A21CC9; }
a { background-color: rgb(162,28,201); }
div.DivClassName
{
background-color: #A21CC9;
}
.BgClassName
{
background-color: #A21CC9;
}
</style>
border-color css
<style>
span { border-color: #A21CC9; }
span { border-color: rgb(162,28,201); }
td.TdClassName
{
border-color: #A21CC9;
}
.TagClassName
{
border-color: #A21CC9;
}
</style>