Shades of Dark Orchid #A81CDD
Tints of Dark Orchid #A81CDD
RGB
CMYK
RGB Variations
Color information
#A81CDD (or 0xA81CDD) is known color: Dark Orchid. HEX triplet: A8, 1C and DD. RGB value is (168,28,221). Sum of RGB (Red+Green+Blue) = 168+28+221=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A81CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CDD is #57E322. Grayscale: #5B5B5B. Windows color (decimal): -5759779 or 14490792. OLE color: 14490792.
HSL color Cylindrical-coordinate representation of color #A81CDD: hue angle of 283.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81CDD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 28 | 221 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.52º | 0.78% | 0.49% | - |
| HSV(B) | 283.52º | 0.87% | 0.87% | - |
| XYZ | 29.61 | 14.38 | 69.62 | - |
| YUV | 91.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 221 | 0.24 | 0.87 | 0 | 0.13 | 283.52 | 0.78 | 0.49 |
| Hex | A8 | 1C | DD | 18 | 57 | 0 | D | 11C | 4E | 31 |
| Octal | 250 | 34 | 335 | 30 | 127 | 0 | 15 | 434 | 116 | 61 |
| Binary | 10101000 | 11100 | 11011101 | 11000 | 1010111 | 0 | 1101 | 100011100 | 1001110 | 110001 |
Color Harmonies of #A81CDD
Complementary color
Monochromatic Colors of #A81CDD
Black with #A81CDD
Text Example
Text Example
White with #A81CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CDD; }
p { color: rgb(168,28,221); }
H1.HeaderClassName
{
color: #A81CDD;
}
.AnyTagClassName
{
color: #A81CDD;
}
</style>
background-color css
<style>
a { background-color: #A81CDD; }
a { background-color: rgb(168,28,221); }
div.DivClassName
{
background-color: #A81CDD;
}
.BgClassName
{
background-color: #A81CDD;
}
</style>
border-color css
<style>
span { border-color: #A81CDD; }
span { border-color: rgb(168,28,221); }
td.TdClassName
{
border-color: #A81CDD;
}
.TagClassName
{
border-color: #A81CDD;
}
</style>