Shades of Dark Orchid #AA3CCE
Tints of Dark Orchid #AA3CCE
RGB
CMYK
RGB Variations
Color information
#AA3CCE (or 0xAA3CCE) is known color: Dark Orchid. HEX triplet: AA, 3C and CE. RGB value is (170,60,206). Sum of RGB (Red+Green+Blue) = 170+60+206=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA3CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CCE is #55C331. Grayscale: #6D6D6D. Windows color (decimal): -5620530 or 13515946. OLE color: 13515946.
HSL color Cylindrical-coordinate representation of color #AA3CCE: hue angle of 285.21º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3CCE is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 60 | 206 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.19 |
| HSL | 285.21º | 0.6% | 0.52% | - |
| HSV(B) | 285.21º | 0.71% | 0.81% | - |
| XYZ | 29.33 | 16.23 | 59.98 | - |
| YUV | 109.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 206 | 0.17 | 0.71 | 0 | 0.19 | 285.21 | 0.6 | 0.52 |
| Hex | AA | 3C | CE | 11 | 47 | 0 | 13 | 11D | 3C | 34 |
| Octal | 252 | 74 | 316 | 21 | 107 | 0 | 23 | 435 | 74 | 64 |
| Binary | 10101010 | 111100 | 11001110 | 10001 | 1000111 | 0 | 10011 | 100011101 | 111100 | 110100 |
Color Harmonies of #AA3CCE
Complementary color
Monochromatic Colors of #AA3CCE
Black with #AA3CCE
Text Example
Text Example
White with #AA3CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CCE; }
p { color: rgb(170,60,206); }
H1.HeaderClassName
{
color: #AA3CCE;
}
.AnyTagClassName
{
color: #AA3CCE;
}
</style>
background-color css
<style>
a { background-color: #AA3CCE; }
a { background-color: rgb(170,60,206); }
div.DivClassName
{
background-color: #AA3CCE;
}
.BgClassName
{
background-color: #AA3CCE;
}
</style>
border-color css
<style>
span { border-color: #AA3CCE; }
span { border-color: rgb(170,60,206); }
td.TdClassName
{
border-color: #AA3CCE;
}
.TagClassName
{
border-color: #AA3CCE;
}
</style>