Shades of Dark Orchid #A81CD0
Tints of Dark Orchid #A81CD0
RGB
CMYK
RGB Variations
Color information
#A81CD0 (or 0xA81CD0) is known color: Dark Orchid. HEX triplet: A8, 1C and D0. RGB value is (168,28,208). Sum of RGB (Red+Green+Blue) = 168+28+208=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #A81CD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CD0 is #57E32F. Grayscale: #595959. Windows color (decimal): -5759792 or 13638824. OLE color: 13638824.
HSL color Cylindrical-coordinate representation of color #A81CD0: hue angle of 286.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81CD0 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 28 | 208 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.18 |
| HSL | 286.67º | 0.76% | 0.46% | - |
| HSV(B) | 286.67º | 0.87% | 0.82% | - |
| XYZ | 27.95 | 13.71 | 60.85 | - |
| YUV | 90.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 208 | 0.19 | 0.87 | 0 | 0.18 | 286.67 | 0.76 | 0.46 |
| Hex | A8 | 1C | D0 | 13 | 57 | 0 | 12 | 11F | 4C | 2E |
| Octal | 250 | 34 | 320 | 23 | 127 | 0 | 22 | 437 | 114 | 56 |
| Binary | 10101000 | 11100 | 11010000 | 10011 | 1010111 | 0 | 10010 | 100011111 | 1001100 | 101110 |
Color Harmonies of #A81CD0
Complementary color
Monochromatic Colors of #A81CD0
Black with #A81CD0
Text Example
Text Example
White with #A81CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CD0; }
p { color: rgb(168,28,208); }
H1.HeaderClassName
{
color: #A81CD0;
}
.AnyTagClassName
{
color: #A81CD0;
}
</style>
background-color css
<style>
a { background-color: #A81CD0; }
a { background-color: rgb(168,28,208); }
div.DivClassName
{
background-color: #A81CD0;
}
.BgClassName
{
background-color: #A81CD0;
}
</style>
border-color css
<style>
span { border-color: #A81CD0; }
span { border-color: rgb(168,28,208); }
td.TdClassName
{
border-color: #A81CD0;
}
.TagClassName
{
border-color: #A81CD0;
}
</style>