Shades of Dark Orchid #AA3DC0
Tints of Dark Orchid #AA3DC0
RGB
CMYK
RGB Variations
Color information
#AA3DC0 (or 0xAA3DC0) is known color: Dark Orchid. HEX triplet: AA, 3D and C0. RGB value is (170,61,192). Sum of RGB (Red+Green+Blue) = 170+61+192=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA3DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DC0 is #55C23F. Grayscale: #6C6C6C. Windows color (decimal): -5620288 or 12598698. OLE color: 12598698.
HSL color Cylindrical-coordinate representation of color #AA3DC0: hue angle of 289.92º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3DC0 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 61 | 192 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.25 |
| HSL | 289.92º | 0.52% | 0.5% | - |
| HSV(B) | 289.92º | 0.68% | 0.75% | - |
| XYZ | 27.76 | 15.69 | 51.43 | - |
| YUV | 108.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 192 | 0.11 | 0.68 | 0 | 0.25 | 289.92 | 0.52 | 0.5 |
| Hex | AA | 3D | C0 | B | 44 | 0 | 19 | 122 | 34 | 32 |
| Octal | 252 | 75 | 300 | 13 | 104 | 0 | 31 | 442 | 64 | 62 |
| Binary | 10101010 | 111101 | 11000000 | 1011 | 1000100 | 0 | 11001 | 100100010 | 110100 | 110010 |
Color Harmonies of #AA3DC0
Complementary color
Monochromatic Colors of #AA3DC0
Black with #AA3DC0
Text Example
Text Example
White with #AA3DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DC0; }
p { color: rgb(170,61,192); }
H1.HeaderClassName
{
color: #AA3DC0;
}
.AnyTagClassName
{
color: #AA3DC0;
}
</style>
background-color css
<style>
a { background-color: #AA3DC0; }
a { background-color: rgb(170,61,192); }
div.DivClassName
{
background-color: #AA3DC0;
}
.BgClassName
{
background-color: #AA3DC0;
}
</style>
border-color css
<style>
span { border-color: #AA3DC0; }
span { border-color: rgb(170,61,192); }
td.TdClassName
{
border-color: #AA3DC0;
}
.TagClassName
{
border-color: #AA3DC0;
}
</style>