Shades of Dark Orchid #A81ECC
Tints of Dark Orchid #A81ECC
RGB
CMYK
RGB Variations
Color information
#A81ECC (or 0xA81ECC) is known color: Dark Orchid. HEX triplet: A8, 1E and CC. RGB value is (168,30,204). Sum of RGB (Red+Green+Blue) = 168+30+204=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #A81ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ECC is #57E133. Grayscale: #5A5A5A. Windows color (decimal): -5759284 or 13377192. OLE color: 13377192.
HSL color Cylindrical-coordinate representation of color #A81ECC: hue angle of 287.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81ECC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 30 | 204 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.2 |
| HSL | 287.59º | 0.74% | 0.46% | - |
| HSV(B) | 287.59º | 0.85% | 0.8% | - |
| XYZ | 27.51 | 13.61 | 58.3 | - |
| YUV | 91.1 | 191.72 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 204 | 0.18 | 0.85 | 0 | 0.2 | 287.59 | 0.74 | 0.46 |
| Hex | A8 | 1E | CC | 12 | 55 | 0 | 14 | 120 | 4A | 2E |
| Octal | 250 | 36 | 314 | 22 | 125 | 0 | 24 | 440 | 112 | 56 |
| Binary | 10101000 | 11110 | 11001100 | 10010 | 1010101 | 0 | 10100 | 100100000 | 1001010 | 101110 |
Color Harmonies of #A81ECC
Complementary color
Monochromatic Colors of #A81ECC
Black with #A81ECC
Text Example
Text Example
White with #A81ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ECC; }
p { color: rgb(168,30,204); }
H1.HeaderClassName
{
color: #A81ECC;
}
.AnyTagClassName
{
color: #A81ECC;
}
</style>
background-color css
<style>
a { background-color: #A81ECC; }
a { background-color: rgb(168,30,204); }
div.DivClassName
{
background-color: #A81ECC;
}
.BgClassName
{
background-color: #A81ECC;
}
</style>
border-color css
<style>
span { border-color: #A81ECC; }
span { border-color: rgb(168,30,204); }
td.TdClassName
{
border-color: #A81ECC;
}
.TagClassName
{
border-color: #A81ECC;
}
</style>