Shades of Dark Orchid #A618CE
Tints of Dark Orchid #A618CE
RGB
CMYK
RGB Variations
Color information
#A618CE (or 0xA618CE) is known color: Dark Orchid. HEX triplet: A6, 18 and CE. RGB value is (166,24,206). Sum of RGB (Red+Green+Blue) = 166+24+206=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 24 (9.77% from 255 or 6.06% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A618CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618CE is #59E731. Grayscale: #565656. Windows color (decimal): -5891890 or 13506726. OLE color: 13506726.
HSL color Cylindrical-coordinate representation of color #A618CE: hue angle of 286.81º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A618CE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 24 | 206 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.19 |
| HSL | 286.81º | 0.79% | 0.45% | - |
| HSV(B) | 286.81º | 0.88% | 0.81% | - |
| XYZ | 27.19 | 13.22 | 59.51 | - |
| YUV | 87.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 24 | 206 | 0.19 | 0.88 | 0 | 0.19 | 286.81 | 0.79 | 0.45 |
| Hex | A6 | 18 | CE | 13 | 58 | 0 | 13 | 11F | 4F | 2D |
| Octal | 246 | 30 | 316 | 23 | 130 | 0 | 23 | 437 | 117 | 55 |
| Binary | 10100110 | 11000 | 11001110 | 10011 | 1011000 | 0 | 10011 | 100011111 | 1001111 | 101101 |
Color Harmonies of #A618CE
Complementary color
Monochromatic Colors of #A618CE
Black with #A618CE
Text Example
Text Example
White with #A618CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A618CE; }
p { color: rgb(166,24,206); }
H1.HeaderClassName
{
color: #A618CE;
}
.AnyTagClassName
{
color: #A618CE;
}
</style>
background-color css
<style>
a { background-color: #A618CE; }
a { background-color: rgb(166,24,206); }
div.DivClassName
{
background-color: #A618CE;
}
.BgClassName
{
background-color: #A618CE;
}
</style>
border-color css
<style>
span { border-color: #A618CE; }
span { border-color: rgb(166,24,206); }
td.TdClassName
{
border-color: #A618CE;
}
.TagClassName
{
border-color: #A618CE;
}
</style>