Shades of Dark Orchid #A621CE
Tints of Dark Orchid #A621CE
RGB
CMYK
RGB Variations
Color information
#A621CE (or 0xA621CE) is known color: Dark Orchid. HEX triplet: A6, 21 and CE. RGB value is (166,33,206). Sum of RGB (Red+Green+Blue) = 166+33+206=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A621CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621CE is #59DE31. Grayscale: #5B5B5B. Windows color (decimal): -5889586 or 13509030. OLE color: 13509030.
HSL color Cylindrical-coordinate representation of color #A621CE: hue angle of 286.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A621CE is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 33 | 206 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.19 |
| HSL | 286.13º | 0.72% | 0.47% | - |
| HSV(B) | 286.13º | 0.84% | 0.81% | - |
| XYZ | 27.41 | 13.65 | 59.58 | - |
| YUV | 92.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 206 | 0.19 | 0.84 | 0 | 0.19 | 286.13 | 0.72 | 0.47 |
| Hex | A6 | 21 | CE | 13 | 54 | 0 | 13 | 11E | 48 | 2F |
| Octal | 246 | 41 | 316 | 23 | 124 | 0 | 23 | 436 | 110 | 57 |
| Binary | 10100110 | 100001 | 11001110 | 10011 | 1010100 | 0 | 10011 | 100011110 | 1001000 | 101111 |
Color Harmonies of #A621CE
Complementary color
Monochromatic Colors of #A621CE
Black with #A621CE
Text Example
Text Example
White with #A621CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621CE; }
p { color: rgb(166,33,206); }
H1.HeaderClassName
{
color: #A621CE;
}
.AnyTagClassName
{
color: #A621CE;
}
</style>
background-color css
<style>
a { background-color: #A621CE; }
a { background-color: rgb(166,33,206); }
div.DivClassName
{
background-color: #A621CE;
}
.BgClassName
{
background-color: #A621CE;
}
</style>
border-color css
<style>
span { border-color: #A621CE; }
span { border-color: rgb(166,33,206); }
td.TdClassName
{
border-color: #A621CE;
}
.TagClassName
{
border-color: #A621CE;
}
</style>