Shades of Dark Orchid #A624D6
Tints of Dark Orchid #A624D6
RGB
CMYK
RGB Variations
Color information
#A624D6 (or 0xA624D6) is known color: Dark Orchid. HEX triplet: A6, 24 and D6. RGB value is (166,36,214). Sum of RGB (Red+Green+Blue) = 166+36+214=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #A624D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624D6 is #59DB29. Grayscale: #5E5E5E. Windows color (decimal): -5888810 or 14034086. OLE color: 14034086.
HSL color Cylindrical-coordinate representation of color #A624D6: hue angle of 283.82º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A624D6 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 36 | 214 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.16 |
| HSL | 283.82º | 0.71% | 0.49% | - |
| HSV(B) | 283.82º | 0.83% | 0.84% | - |
| XYZ | 28.49 | 14.22 | 64.86 | - |
| YUV | 95.16 | 195.07 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 214 | 0.22 | 0.83 | 0 | 0.16 | 283.82 | 0.71 | 0.49 |
| Hex | A6 | 24 | D6 | 16 | 53 | 0 | 10 | 11C | 47 | 31 |
| Octal | 246 | 44 | 326 | 26 | 123 | 0 | 20 | 434 | 107 | 61 |
| Binary | 10100110 | 100100 | 11010110 | 10110 | 1010011 | 0 | 10000 | 100011100 | 1000111 | 110001 |
Color Harmonies of #A624D6
Complementary color
Monochromatic Colors of #A624D6
Black with #A624D6
Text Example
Text Example
White with #A624D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624D6; }
p { color: rgb(166,36,214); }
H1.HeaderClassName
{
color: #A624D6;
}
.AnyTagClassName
{
color: #A624D6;
}
</style>
background-color css
<style>
a { background-color: #A624D6; }
a { background-color: rgb(166,36,214); }
div.DivClassName
{
background-color: #A624D6;
}
.BgClassName
{
background-color: #A624D6;
}
</style>
border-color css
<style>
span { border-color: #A624D6; }
span { border-color: rgb(166,36,214); }
td.TdClassName
{
border-color: #A624D6;
}
.TagClassName
{
border-color: #A624D6;
}
</style>