Shades of Dark Orchid #A718CE
Tints of Dark Orchid #A718CE
RGB
CMYK
RGB Variations
Color information
#A718CE (or 0xA718CE) is known color: Dark Orchid. HEX triplet: A7, 18 and CE. RGB value is (167,24,206). Sum of RGB (Red+Green+Blue) = 167+24+206=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #A718CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718CE is #58E731. Grayscale: #565656. Windows color (decimal): -5826354 or 13506727. OLE color: 13506727.
HSL color Cylindrical-coordinate representation of color #A718CE: hue angle of 287.14º 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 #A718CE is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 24 | 206 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.19 |
| HSL | 287.14º | 0.79% | 0.45% | - |
| HSV(B) | 287.14º | 0.88% | 0.81% | - |
| XYZ | 27.4 | 13.32 | 59.52 | - |
| YUV | 87.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 24 | 206 | 0.19 | 0.88 | 0 | 0.19 | 287.14 | 0.79 | 0.45 |
| Hex | A7 | 18 | CE | 13 | 58 | 0 | 13 | 11F | 4F | 2D |
| Octal | 247 | 30 | 316 | 23 | 130 | 0 | 23 | 437 | 117 | 55 |
| Binary | 10100111 | 11000 | 11001110 | 10011 | 1011000 | 0 | 10011 | 100011111 | 1001111 | 101101 |
Color Harmonies of #A718CE
Complementary color
Monochromatic Colors of #A718CE
Black with #A718CE
Text Example
Text Example
White with #A718CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A718CE; }
p { color: rgb(167,24,206); }
H1.HeaderClassName
{
color: #A718CE;
}
.AnyTagClassName
{
color: #A718CE;
}
</style>
background-color css
<style>
a { background-color: #A718CE; }
a { background-color: rgb(167,24,206); }
div.DivClassName
{
background-color: #A718CE;
}
.BgClassName
{
background-color: #A718CE;
}
</style>
border-color css
<style>
span { border-color: #A718CE; }
span { border-color: rgb(167,24,206); }
td.TdClassName
{
border-color: #A718CE;
}
.TagClassName
{
border-color: #A718CE;
}
</style>