Shades of Dark Orchid #A624DC
Tints of Dark Orchid #A624DC
RGB
CMYK
RGB Variations
Color information
#A624DC (or 0xA624DC) is known color: Dark Orchid. HEX triplet: A6, 24 and DC. RGB value is (166,36,220). Sum of RGB (Red+Green+Blue) = 166+36+220=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #A624DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624DC is #59DB23. Grayscale: #5F5F5F. Windows color (decimal): -5888804 or 14427302. OLE color: 14427302.
HSL color Cylindrical-coordinate representation of color #A624DC: hue angle of 282.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A624DC is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 36 | 220 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.14 |
| HSL | 282.39º | 0.72% | 0.5% | - |
| HSV(B) | 282.39º | 0.84% | 0.86% | - |
| XYZ | 29.28 | 14.54 | 68.97 | - |
| YUV | 95.85 | 198.07 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 220 | 0.25 | 0.84 | 0 | 0.14 | 282.39 | 0.72 | 0.5 |
| Hex | A6 | 24 | DC | 19 | 54 | 0 | E | 11A | 48 | 32 |
| Octal | 246 | 44 | 334 | 31 | 124 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100110 | 100100 | 11011100 | 11001 | 1010100 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A624DC
Complementary color
Monochromatic Colors of #A624DC
Black with #A624DC
Text Example
Text Example
White with #A624DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624DC; }
p { color: rgb(166,36,220); }
H1.HeaderClassName
{
color: #A624DC;
}
.AnyTagClassName
{
color: #A624DC;
}
</style>
background-color css
<style>
a { background-color: #A624DC; }
a { background-color: rgb(166,36,220); }
div.DivClassName
{
background-color: #A624DC;
}
.BgClassName
{
background-color: #A624DC;
}
</style>
border-color css
<style>
span { border-color: #A624DC; }
span { border-color: rgb(166,36,220); }
td.TdClassName
{
border-color: #A624DC;
}
.TagClassName
{
border-color: #A624DC;
}
</style>