Shades of Dark Orchid #A61CDD
Tints of Dark Orchid #A61CDD
RGB
CMYK
RGB Variations
Color information
#A61CDD (or 0xA61CDD) is known color: Dark Orchid. HEX triplet: A6, 1C and DD. RGB value is (166,28,221). Sum of RGB (Red+Green+Blue) = 166+28+221=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #A61CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CDD is #59E322. Grayscale: #5A5A5A. Windows color (decimal): -5890851 or 14490790. OLE color: 14490790.
HSL color Cylindrical-coordinate representation of color #A61CDD: hue angle of 282.9º 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 #A61CDD is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 28 | 221 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.13 |
| HSL | 282.9º | 0.78% | 0.49% | - |
| HSV(B) | 282.9º | 0.87% | 0.87% | - |
| XYZ | 29.19 | 14.16 | 69.6 | - |
| YUV | 91.26 | 201.22 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 221 | 0.25 | 0.87 | 0 | 0.13 | 282.9 | 0.78 | 0.49 |
| Hex | A6 | 1C | DD | 19 | 57 | 0 | D | 11B | 4E | 31 |
| Octal | 246 | 34 | 335 | 31 | 127 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10100110 | 11100 | 11011101 | 11001 | 1010111 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A61CDD
Complementary color
Monochromatic Colors of #A61CDD
Black with #A61CDD
Text Example
Text Example
White with #A61CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CDD; }
p { color: rgb(166,28,221); }
H1.HeaderClassName
{
color: #A61CDD;
}
.AnyTagClassName
{
color: #A61CDD;
}
</style>
background-color css
<style>
a { background-color: #A61CDD; }
a { background-color: rgb(166,28,221); }
div.DivClassName
{
background-color: #A61CDD;
}
.BgClassName
{
background-color: #A61CDD;
}
</style>
border-color css
<style>
span { border-color: #A61CDD; }
span { border-color: rgb(166,28,221); }
td.TdClassName
{
border-color: #A61CDD;
}
.TagClassName
{
border-color: #A61CDD;
}
</style>