Shades of Dark Orchid #A01CDD
Tints of Dark Orchid #A01CDD
RGB
CMYK
RGB Variations
Color information
#A01CDD (or 0xA01CDD) is known color: Dark Orchid. HEX triplet: A0, 1C and DD. RGB value is (160,28,221). Sum of RGB (Red+Green+Blue) = 160+28+221=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #A01CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01CDD is #5FE322. Grayscale: #585858. Windows color (decimal): -6284067 or 14490784. OLE color: 14490784.
HSL color Cylindrical-coordinate representation of color #A01CDD: hue angle of 281.04º 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 #A01CDD is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 28 | 221 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.13 |
| HSL | 281.04º | 0.78% | 0.49% | - |
| HSV(B) | 281.04º | 0.87% | 0.87% | - |
| XYZ | 27.96 | 13.52 | 69.54 | - |
| YUV | 89.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 28 | 221 | 0.28 | 0.87 | 0 | 0.13 | 281.04 | 0.78 | 0.49 |
| Hex | A0 | 1C | DD | 1C | 57 | 0 | D | 119 | 4E | 31 |
| Octal | 240 | 34 | 335 | 34 | 127 | 0 | 15 | 431 | 116 | 61 |
| Binary | 10100000 | 11100 | 11011101 | 11100 | 1010111 | 0 | 1101 | 100011001 | 1001110 | 110001 |
Color Harmonies of #A01CDD
Complementary color
Monochromatic Colors of #A01CDD
Black with #A01CDD
Text Example
Text Example
White with #A01CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01CDD; }
p { color: rgb(160,28,221); }
H1.HeaderClassName
{
color: #A01CDD;
}
.AnyTagClassName
{
color: #A01CDD;
}
</style>
background-color css
<style>
a { background-color: #A01CDD; }
a { background-color: rgb(160,28,221); }
div.DivClassName
{
background-color: #A01CDD;
}
.BgClassName
{
background-color: #A01CDD;
}
</style>
border-color css
<style>
span { border-color: #A01CDD; }
span { border-color: rgb(160,28,221); }
td.TdClassName
{
border-color: #A01CDD;
}
.TagClassName
{
border-color: #A01CDD;
}
</style>