Shades of Dark Orchid #A621C9
Tints of Dark Orchid #A621C9
RGB
CMYK
RGB Variations
Color information
#A621C9 (or 0xA621C9) is known color: Dark Orchid. HEX triplet: A6, 21 and C9. RGB value is (166,33,201). Sum of RGB (Red+Green+Blue) = 166+33+201=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #A621C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621C9 is #59DE36. Grayscale: #5B5B5B. Windows color (decimal): -5889591 or 13181350. OLE color: 13181350.
HSL color Cylindrical-coordinate representation of color #A621C9: hue angle of 287.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A621C9 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 33 | 201 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.21 |
| HSL | 287.5º | 0.72% | 0.46% | - |
| HSV(B) | 287.5º | 0.84% | 0.79% | - |
| XYZ | 26.81 | 13.41 | 56.43 | - |
| YUV | 91.92 | 189.56 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 201 | 0.17 | 0.84 | 0 | 0.21 | 287.5 | 0.72 | 0.46 |
| Hex | A6 | 21 | C9 | 11 | 54 | 0 | 15 | 120 | 48 | 2E |
| Octal | 246 | 41 | 311 | 21 | 124 | 0 | 25 | 440 | 110 | 56 |
| Binary | 10100110 | 100001 | 11001001 | 10001 | 1010100 | 0 | 10101 | 100100000 | 1001000 | 101110 |
Color Harmonies of #A621C9
Complementary color
Monochromatic Colors of #A621C9
Black with #A621C9
Text Example
Text Example
White with #A621C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621C9; }
p { color: rgb(166,33,201); }
H1.HeaderClassName
{
color: #A621C9;
}
.AnyTagClassName
{
color: #A621C9;
}
</style>
background-color css
<style>
a { background-color: #A621C9; }
a { background-color: rgb(166,33,201); }
div.DivClassName
{
background-color: #A621C9;
}
.BgClassName
{
background-color: #A621C9;
}
</style>
border-color css
<style>
span { border-color: #A621C9; }
span { border-color: rgb(166,33,201); }
td.TdClassName
{
border-color: #A621C9;
}
.TagClassName
{
border-color: #A621C9;
}
</style>