Shades of Dark Orchid #A621C8
Tints of Dark Orchid #A621C8
RGB
CMYK
RGB Variations
Color information
#A621C8 (or 0xA621C8) is known color: Dark Orchid. HEX triplet: A6, 21 and C8. RGB value is (166,33,200). Sum of RGB (Red+Green+Blue) = 166+33+200=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #A621C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621C8 is #59DE37. Grayscale: #5B5B5B. Windows color (decimal): -5889592 or 13115814. OLE color: 13115814.
HSL color Cylindrical-coordinate representation of color #A621C8: hue angle of 287.78º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A621C8 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 33 | 200 | - |
| CMYK | 0.17 | 0.84 | 0 | 0.22 |
| HSL | 287.78º | 0.72% | 0.46% | - |
| HSV(B) | 287.78º | 0.84% | 0.78% | - |
| XYZ | 26.7 | 13.36 | 55.82 | - |
| YUV | 91.81 | 189.06 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 200 | 0.17 | 0.84 | 0 | 0.22 | 287.78 | 0.72 | 0.46 |
| Hex | A6 | 21 | C8 | 11 | 54 | 0 | 16 | 120 | 48 | 2E |
| Octal | 246 | 41 | 310 | 21 | 124 | 0 | 26 | 440 | 110 | 56 |
| Binary | 10100110 | 100001 | 11001000 | 10001 | 1010100 | 0 | 10110 | 100100000 | 1001000 | 101110 |
Color Harmonies of #A621C8
Complementary color
Monochromatic Colors of #A621C8
Black with #A621C8
Text Example
Text Example
White with #A621C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621C8; }
p { color: rgb(166,33,200); }
H1.HeaderClassName
{
color: #A621C8;
}
.AnyTagClassName
{
color: #A621C8;
}
</style>
background-color css
<style>
a { background-color: #A621C8; }
a { background-color: rgb(166,33,200); }
div.DivClassName
{
background-color: #A621C8;
}
.BgClassName
{
background-color: #A621C8;
}
</style>
border-color css
<style>
span { border-color: #A621C8; }
span { border-color: rgb(166,33,200); }
td.TdClassName
{
border-color: #A621C8;
}
.TagClassName
{
border-color: #A621C8;
}
</style>