Shades of Dark Orchid #AA3DDB
Tints of Dark Orchid #AA3DDB
RGB
CMYK
RGB Variations
Color information
#AA3DDB (or 0xAA3DDB) is known color: Dark Orchid. HEX triplet: AA, 3D and DB. RGB value is (170,61,219). Sum of RGB (Red+Green+Blue) = 170+61+219=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DDB is #55C224. Grayscale: #6F6F6F. Windows color (decimal): -5620261 or 14368170. OLE color: 14368170.
HSL color Cylindrical-coordinate representation of color #AA3DDB: hue angle of 281.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3DDB is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 61 | 219 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.14 |
| HSL | 281.39º | 0.69% | 0.55% | - |
| HSV(B) | 281.39º | 0.72% | 0.86% | - |
| XYZ | 31.03 | 17 | 68.66 | - |
| YUV | 111.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 219 | 0.22 | 0.72 | 0 | 0.14 | 281.39 | 0.69 | 0.55 |
| Hex | AA | 3D | DB | 16 | 48 | 0 | E | 119 | 45 | 37 |
| Octal | 252 | 75 | 333 | 26 | 110 | 0 | 16 | 431 | 105 | 67 |
| Binary | 10101010 | 111101 | 11011011 | 10110 | 1001000 | 0 | 1110 | 100011001 | 1000101 | 110111 |
Color Harmonies of #AA3DDB
Complementary color
Monochromatic Colors of #AA3DDB
Black with #AA3DDB
Text Example
Text Example
White with #AA3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DDB; }
p { color: rgb(170,61,219); }
H1.HeaderClassName
{
color: #AA3DDB;
}
.AnyTagClassName
{
color: #AA3DDB;
}
</style>
background-color css
<style>
a { background-color: #AA3DDB; }
a { background-color: rgb(170,61,219); }
div.DivClassName
{
background-color: #AA3DDB;
}
.BgClassName
{
background-color: #AA3DDB;
}
</style>
border-color css
<style>
span { border-color: #AA3DDB; }
span { border-color: rgb(170,61,219); }
td.TdClassName
{
border-color: #AA3DDB;
}
.TagClassName
{
border-color: #AA3DDB;
}
</style>