Shades of Dark Orchid #AA3CC9
Tints of Dark Orchid #AA3CC9
RGB
CMYK
RGB Variations
Color information
#AA3CC9 (or 0xAA3CC9) is known color: Dark Orchid. HEX triplet: AA, 3C and C9. RGB value is (170,60,201). Sum of RGB (Red+Green+Blue) = 170+60+201=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 60 (23.83% from 255 or 13.92% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA3CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CC9 is #55C336. Grayscale: #6C6C6C. Windows color (decimal): -5620535 or 13188266. OLE color: 13188266.
HSL color Cylindrical-coordinate representation of color #AA3CC9: hue angle of 286.81º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3CC9 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 60 | 201 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.21 |
| HSL | 286.81º | 0.57% | 0.51% | - |
| HSV(B) | 286.81º | 0.7% | 0.79% | - |
| XYZ | 28.74 | 15.99 | 56.83 | - |
| YUV | 108.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 201 | 0.15 | 0.70 | 0 | 0.21 | 286.81 | 0.57 | 0.51 |
| Hex | AA | 3C | C9 | F | 46 | 0 | 15 | 11F | 39 | 33 |
| Octal | 252 | 74 | 311 | 17 | 106 | 0 | 25 | 437 | 71 | 63 |
| Binary | 10101010 | 111100 | 11001001 | 1111 | 1000110 | 0 | 10101 | 100011111 | 111001 | 110011 |
Color Harmonies of #AA3CC9
Complementary color
Monochromatic Colors of #AA3CC9
Black with #AA3CC9
Text Example
Text Example
White with #AA3CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CC9; }
p { color: rgb(170,60,201); }
H1.HeaderClassName
{
color: #AA3CC9;
}
.AnyTagClassName
{
color: #AA3CC9;
}
</style>
background-color css
<style>
a { background-color: #AA3CC9; }
a { background-color: rgb(170,60,201); }
div.DivClassName
{
background-color: #AA3CC9;
}
.BgClassName
{
background-color: #AA3CC9;
}
</style>
border-color css
<style>
span { border-color: #AA3CC9; }
span { border-color: rgb(170,60,201); }
td.TdClassName
{
border-color: #AA3CC9;
}
.TagClassName
{
border-color: #AA3CC9;
}
</style>