Shades of Dark Orchid #A818CE
Tints of Dark Orchid #A818CE
RGB
CMYK
RGB Variations
Color information
#A818CE (or 0xA818CE) is known color: Dark Orchid. HEX triplet: A8, 18 and CE. RGB value is (168,24,206). Sum of RGB (Red+Green+Blue) = 168+24+206=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #A818CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A818CE is #57E731. Grayscale: #575757. Windows color (decimal): -5760818 or 13506728. OLE color: 13506728.
HSL color Cylindrical-coordinate representation of color #A818CE: hue angle of 287.47º 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 #A818CE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 24 | 206 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.19 |
| HSL | 287.47º | 0.79% | 0.45% | - |
| HSV(B) | 287.47º | 0.88% | 0.81% | - |
| XYZ | 27.62 | 13.43 | 59.53 | - |
| YUV | 87.8 | 194.71 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 206 | 0.18 | 0.88 | 0 | 0.19 | 287.47 | 0.79 | 0.45 |
| Hex | A8 | 18 | CE | 12 | 58 | 0 | 13 | 11F | 4F | 2D |
| Octal | 250 | 30 | 316 | 22 | 130 | 0 | 23 | 437 | 117 | 55 |
| Binary | 10101000 | 11000 | 11001110 | 10010 | 1011000 | 0 | 10011 | 100011111 | 1001111 | 101101 |
Color Harmonies of #A818CE
Complementary color
Monochromatic Colors of #A818CE
Black with #A818CE
Text Example
Text Example
White with #A818CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A818CE; }
p { color: rgb(168,24,206); }
H1.HeaderClassName
{
color: #A818CE;
}
.AnyTagClassName
{
color: #A818CE;
}
</style>
background-color css
<style>
a { background-color: #A818CE; }
a { background-color: rgb(168,24,206); }
div.DivClassName
{
background-color: #A818CE;
}
.BgClassName
{
background-color: #A818CE;
}
</style>
border-color css
<style>
span { border-color: #A818CE; }
span { border-color: rgb(168,24,206); }
td.TdClassName
{
border-color: #A818CE;
}
.TagClassName
{
border-color: #A818CE;
}
</style>