Shades of Dark Orchid #A21DC8
Tints of Dark Orchid #A21DC8
RGB
CMYK
RGB Variations
Color information
#A21DC8 (or 0xA21DC8) is known color: Dark Orchid. HEX triplet: A2, 1D and C8. RGB value is (162,29,200). Sum of RGB (Red+Green+Blue) = 162+29+200=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #A21DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21DC8 is #5DE237. Grayscale: #575757. Windows color (decimal): -6152760 or 13114786. OLE color: 13114786.
HSL color Cylindrical-coordinate representation of color #A21DC8: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21DC8 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 29 | 200 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.22 |
| HSL | 286.67º | 0.75% | 0.45% | - |
| HSV(B) | 286.67º | 0.86% | 0.78% | - |
| XYZ | 25.76 | 12.73 | 55.74 | - |
| YUV | 88.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 29 | 200 | 0.19 | 0.86 | 0 | 0.22 | 286.67 | 0.75 | 0.45 |
| Hex | A2 | 1D | C8 | 13 | 56 | 0 | 16 | 11F | 4B | 2D |
| Octal | 242 | 35 | 310 | 23 | 126 | 0 | 26 | 437 | 113 | 55 |
| Binary | 10100010 | 11101 | 11001000 | 10011 | 1010110 | 0 | 10110 | 100011111 | 1001011 | 101101 |
Color Harmonies of #A21DC8
Complementary color
Monochromatic Colors of #A21DC8
Black with #A21DC8
Text Example
Text Example
White with #A21DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21DC8; }
p { color: rgb(162,29,200); }
H1.HeaderClassName
{
color: #A21DC8;
}
.AnyTagClassName
{
color: #A21DC8;
}
</style>
background-color css
<style>
a { background-color: #A21DC8; }
a { background-color: rgb(162,29,200); }
div.DivClassName
{
background-color: #A21DC8;
}
.BgClassName
{
background-color: #A21DC8;
}
</style>
border-color css
<style>
span { border-color: #A21DC8; }
span { border-color: rgb(162,29,200); }
td.TdClassName
{
border-color: #A21DC8;
}
.TagClassName
{
border-color: #A21DC8;
}
</style>