Shades of Dark Orchid #AA40DC
Tints of Dark Orchid #AA40DC
RGB
CMYK
RGB Variations
Color information
#AA40DC (or 0xAA40DC) is known color: Dark Orchid. HEX triplet: AA, 40 and DC. RGB value is (170,64,220). Sum of RGB (Red+Green+Blue) = 170+64+220=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40DC is #55BF23. Grayscale: #707070. Windows color (decimal): -5619492 or 14434474. OLE color: 14434474.
HSL color Cylindrical-coordinate representation of color #AA40DC: hue angle of 280.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA40DC is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 64 | 220 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.14 |
| HSL | 280.77º | 0.69% | 0.56% | - |
| HSV(B) | 280.77º | 0.71% | 0.86% | - |
| XYZ | 31.33 | 17.38 | 69.41 | - |
| YUV | 113.48 | 188.12 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 220 | 0.23 | 0.71 | 0 | 0.14 | 280.77 | 0.69 | 0.56 |
| Hex | AA | 40 | DC | 17 | 47 | 0 | E | 119 | 45 | 38 |
| Octal | 252 | 100 | 334 | 27 | 107 | 0 | 16 | 431 | 105 | 70 |
| Binary | 10101010 | 1000000 | 11011100 | 10111 | 1000111 | 0 | 1110 | 100011001 | 1000101 | 111000 |
Color Harmonies of #AA40DC
Complementary color
Monochromatic Colors of #AA40DC
Black with #AA40DC
Text Example
Text Example
White with #AA40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40DC; }
p { color: rgb(170,64,220); }
H1.HeaderClassName
{
color: #AA40DC;
}
.AnyTagClassName
{
color: #AA40DC;
}
</style>
background-color css
<style>
a { background-color: #AA40DC; }
a { background-color: rgb(170,64,220); }
div.DivClassName
{
background-color: #AA40DC;
}
.BgClassName
{
background-color: #AA40DC;
}
</style>
border-color css
<style>
span { border-color: #AA40DC; }
span { border-color: rgb(170,64,220); }
td.TdClassName
{
border-color: #AA40DC;
}
.TagClassName
{
border-color: #AA40DC;
}
</style>