Shades of Dark Orchid #A626CE
Tints of Dark Orchid #A626CE
RGB
CMYK
RGB Variations
Color information
#A626CE (or 0xA626CE) is known color: Dark Orchid. HEX triplet: A6, 26 and CE. RGB value is (166,38,206). Sum of RGB (Red+Green+Blue) = 166+38+206=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #A626CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626CE is #59D931. Grayscale: #5E5E5E. Windows color (decimal): -5888306 or 13510310. OLE color: 13510310.
HSL color Cylindrical-coordinate representation of color #A626CE: hue angle of 285.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A626CE is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 38 | 206 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.19 |
| HSL | 285.71º | 0.69% | 0.48% | - |
| HSV(B) | 285.71º | 0.82% | 0.81% | - |
| XYZ | 27.56 | 13.95 | 59.63 | - |
| YUV | 95.42 | 190.41 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 206 | 0.19 | 0.82 | 0 | 0.19 | 285.71 | 0.69 | 0.48 |
| Hex | A6 | 26 | CE | 13 | 52 | 0 | 13 | 11E | 45 | 30 |
| Octal | 246 | 46 | 316 | 23 | 122 | 0 | 23 | 436 | 105 | 60 |
| Binary | 10100110 | 100110 | 11001110 | 10011 | 1010010 | 0 | 10011 | 100011110 | 1000101 | 110000 |
Color Harmonies of #A626CE
Complementary color
Monochromatic Colors of #A626CE
Black with #A626CE
Text Example
Text Example
White with #A626CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A626CE; }
p { color: rgb(166,38,206); }
H1.HeaderClassName
{
color: #A626CE;
}
.AnyTagClassName
{
color: #A626CE;
}
</style>
background-color css
<style>
a { background-color: #A626CE; }
a { background-color: rgb(166,38,206); }
div.DivClassName
{
background-color: #A626CE;
}
.BgClassName
{
background-color: #A626CE;
}
</style>
border-color css
<style>
span { border-color: #A626CE; }
span { border-color: rgb(166,38,206); }
td.TdClassName
{
border-color: #A626CE;
}
.TagClassName
{
border-color: #A626CE;
}
</style>