Shades of Dark Orchid #AA3DBC
Tints of Dark Orchid #AA3DBC
RGB
CMYK
RGB Variations
Color information
#AA3DBC (or 0xAA3DBC) is known color: Dark Orchid. HEX triplet: AA, 3D and BC. RGB value is (170,61,188). Sum of RGB (Red+Green+Blue) = 170+61+188=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA3DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DBC is #55C243. Grayscale: #6B6B6B. Windows color (decimal): -5620292 or 12336554. OLE color: 12336554.
HSL color Cylindrical-coordinate representation of color #AA3DBC: hue angle of 291.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3DBC is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 61 | 188 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.26 |
| HSL | 291.5º | 0.51% | 0.49% | - |
| HSV(B) | 291.5º | 0.68% | 0.74% | - |
| XYZ | 27.32 | 15.51 | 49.13 | - |
| YUV | 108.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 188 | 0.10 | 0.68 | 0 | 0.26 | 291.5 | 0.51 | 0.49 |
| Hex | AA | 3D | BC | A | 44 | 0 | 1A | 123 | 33 | 31 |
| Octal | 252 | 75 | 274 | 12 | 104 | 0 | 32 | 443 | 63 | 61 |
| Binary | 10101010 | 111101 | 10111100 | 1010 | 1000100 | 0 | 11010 | 100100011 | 110011 | 110001 |
Color Harmonies of #AA3DBC
Complementary color
Monochromatic Colors of #AA3DBC
Black with #AA3DBC
Text Example
Text Example
White with #AA3DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DBC; }
p { color: rgb(170,61,188); }
H1.HeaderClassName
{
color: #AA3DBC;
}
.AnyTagClassName
{
color: #AA3DBC;
}
</style>
background-color css
<style>
a { background-color: #AA3DBC; }
a { background-color: rgb(170,61,188); }
div.DivClassName
{
background-color: #AA3DBC;
}
.BgClassName
{
background-color: #AA3DBC;
}
</style>
border-color css
<style>
span { border-color: #AA3DBC; }
span { border-color: rgb(170,61,188); }
td.TdClassName
{
border-color: #AA3DBC;
}
.TagClassName
{
border-color: #AA3DBC;
}
</style>