Shades of Dark Orchid #AA38DB
Tints of Dark Orchid #AA38DB
RGB
CMYK
RGB Variations
Color information
#AA38DB (or 0xAA38DB) is known color: Dark Orchid. HEX triplet: AA, 38 and DB. RGB value is (170,56,219). Sum of RGB (Red+Green+Blue) = 170+56+219=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38DB is #55C724. Grayscale: #6C6C6C. Windows color (decimal): -5621541 or 14366890. OLE color: 14366890.
HSL color Cylindrical-coordinate representation of color #AA38DB: hue angle of 281.96º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA38DB is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 56 | 219 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.14 |
| HSL | 281.96º | 0.69% | 0.54% | - |
| HSV(B) | 281.96º | 0.74% | 0.86% | - |
| XYZ | 30.78 | 16.49 | 68.58 | - |
| YUV | 108.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 219 | 0.22 | 0.74 | 0 | 0.14 | 281.96 | 0.69 | 0.54 |
| Hex | AA | 38 | DB | 16 | 4A | 0 | E | 11A | 45 | 36 |
| Octal | 252 | 70 | 333 | 26 | 112 | 0 | 16 | 432 | 105 | 66 |
| Binary | 10101010 | 111000 | 11011011 | 10110 | 1001010 | 0 | 1110 | 100011010 | 1000101 | 110110 |
Color Harmonies of #AA38DB
Complementary color
Monochromatic Colors of #AA38DB
Black with #AA38DB
Text Example
Text Example
White with #AA38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38DB; }
p { color: rgb(170,56,219); }
H1.HeaderClassName
{
color: #AA38DB;
}
.AnyTagClassName
{
color: #AA38DB;
}
</style>
background-color css
<style>
a { background-color: #AA38DB; }
a { background-color: rgb(170,56,219); }
div.DivClassName
{
background-color: #AA38DB;
}
.BgClassName
{
background-color: #AA38DB;
}
</style>
border-color css
<style>
span { border-color: #AA38DB; }
span { border-color: rgb(170,56,219); }
td.TdClassName
{
border-color: #AA38DB;
}
.TagClassName
{
border-color: #AA38DB;
}
</style>