Shades of Dark Orchid #AA38D0
Tints of Dark Orchid #AA38D0
RGB
CMYK
RGB Variations
Color information
#AA38D0 (or 0xAA38D0) is known color: Dark Orchid. HEX triplet: AA, 38 and D0. RGB value is (170,56,208). Sum of RGB (Red+Green+Blue) = 170+56+208=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA38D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38D0 is #55C72F. Grayscale: #6A6A6A. Windows color (decimal): -5621552 or 13645994. OLE color: 13645994.
HSL color Cylindrical-coordinate representation of color #AA38D0: hue angle of 285º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA38D0 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 56 | 208 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.18 |
| HSL | 285º | 0.62% | 0.52% | - |
| HSV(B) | 285º | 0.73% | 0.82% | - |
| XYZ | 29.38 | 15.93 | 61.2 | - |
| YUV | 107.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 208 | 0.18 | 0.73 | 0 | 0.18 | 285 | 0.62 | 0.52 |
| Hex | AA | 38 | D0 | 12 | 49 | 0 | 12 | 11D | 3E | 34 |
| Octal | 252 | 70 | 320 | 22 | 111 | 0 | 22 | 435 | 76 | 64 |
| Binary | 10101010 | 111000 | 11010000 | 10010 | 1001001 | 0 | 10010 | 100011101 | 111110 | 110100 |
Color Harmonies of #AA38D0
Complementary color
Monochromatic Colors of #AA38D0
Black with #AA38D0
Text Example
Text Example
White with #AA38D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38D0; }
p { color: rgb(170,56,208); }
H1.HeaderClassName
{
color: #AA38D0;
}
.AnyTagClassName
{
color: #AA38D0;
}
</style>
background-color css
<style>
a { background-color: #AA38D0; }
a { background-color: rgb(170,56,208); }
div.DivClassName
{
background-color: #AA38D0;
}
.BgClassName
{
background-color: #AA38D0;
}
</style>
border-color css
<style>
span { border-color: #AA38D0; }
span { border-color: rgb(170,56,208); }
td.TdClassName
{
border-color: #AA38D0;
}
.TagClassName
{
border-color: #AA38D0;
}
</style>