Shades of Dark Orchid #AA3CDF
Tints of Dark Orchid #AA3CDF
RGB
CMYK
RGB Variations
Color information
#AA3CDF (or 0xAA3CDF) is known color: Dark Orchid. HEX triplet: AA, 3C and DF. RGB value is (170,60,223). Sum of RGB (Red+Green+Blue) = 170+60+223=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 60 (23.83% from 255 or 13.25% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA3CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CDF is #55C320. Grayscale: #6E6E6E. Windows color (decimal): -5620513 or 14630058. OLE color: 14630058.
HSL color Cylindrical-coordinate representation of color #AA3CDF: hue angle of 280.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3CDF is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 60 | 223 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.13 |
| HSL | 280.49º | 0.72% | 0.55% | - |
| HSV(B) | 280.49º | 0.73% | 0.87% | - |
| XYZ | 31.51 | 17.11 | 71.45 | - |
| YUV | 111.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 223 | 0.24 | 0.73 | 0 | 0.13 | 280.49 | 0.72 | 0.55 |
| Hex | AA | 3C | DF | 18 | 49 | 0 | D | 118 | 48 | 37 |
| Octal | 252 | 74 | 337 | 30 | 111 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101010 | 111100 | 11011111 | 11000 | 1001001 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #AA3CDF
Complementary color
Monochromatic Colors of #AA3CDF
Black with #AA3CDF
Text Example
Text Example
White with #AA3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CDF; }
p { color: rgb(170,60,223); }
H1.HeaderClassName
{
color: #AA3CDF;
}
.AnyTagClassName
{
color: #AA3CDF;
}
</style>
background-color css
<style>
a { background-color: #AA3CDF; }
a { background-color: rgb(170,60,223); }
div.DivClassName
{
background-color: #AA3CDF;
}
.BgClassName
{
background-color: #AA3CDF;
}
</style>
border-color css
<style>
span { border-color: #AA3CDF; }
span { border-color: rgb(170,60,223); }
td.TdClassName
{
border-color: #AA3CDF;
}
.TagClassName
{
border-color: #AA3CDF;
}
</style>