Shades of Dark Orchid #A624CE
Tints of Dark Orchid #A624CE
RGB
CMYK
RGB Variations
Color information
#A624CE (or 0xA624CE) is known color: Dark Orchid. HEX triplet: A6, 24 and CE. RGB value is (166,36,206). Sum of RGB (Red+Green+Blue) = 166+36+206=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #A624CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624CE is #59DB31. Grayscale: #5D5D5D. Windows color (decimal): -5888818 or 13509798. OLE color: 13509798.
HSL color Cylindrical-coordinate representation of color #A624CE: hue angle of 285.88º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A624CE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 36 | 206 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.19 |
| HSL | 285.88º | 0.7% | 0.47% | - |
| HSV(B) | 285.88º | 0.83% | 0.81% | - |
| XYZ | 27.5 | 13.82 | 59.61 | - |
| YUV | 94.25 | 191.07 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 206 | 0.19 | 0.83 | 0 | 0.19 | 285.88 | 0.7 | 0.47 |
| Hex | A6 | 24 | CE | 13 | 53 | 0 | 13 | 11E | 46 | 2F |
| Octal | 246 | 44 | 316 | 23 | 123 | 0 | 23 | 436 | 106 | 57 |
| Binary | 10100110 | 100100 | 11001110 | 10011 | 1010011 | 0 | 10011 | 100011110 | 1000110 | 101111 |
Color Harmonies of #A624CE
Complementary color
Monochromatic Colors of #A624CE
Black with #A624CE
Text Example
Text Example
White with #A624CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624CE; }
p { color: rgb(166,36,206); }
H1.HeaderClassName
{
color: #A624CE;
}
.AnyTagClassName
{
color: #A624CE;
}
</style>
background-color css
<style>
a { background-color: #A624CE; }
a { background-color: rgb(166,36,206); }
div.DivClassName
{
background-color: #A624CE;
}
.BgClassName
{
background-color: #A624CE;
}
</style>
border-color css
<style>
span { border-color: #A624CE; }
span { border-color: rgb(166,36,206); }
td.TdClassName
{
border-color: #A624CE;
}
.TagClassName
{
border-color: #A624CE;
}
</style>