Shades of Dark Orchid #AA3BD8
Tints of Dark Orchid #AA3BD8
RGB
CMYK
RGB Variations
Color information
#AA3BD8 (or 0xAA3BD8) is known color: Dark Orchid. HEX triplet: AA, 3B and D8. RGB value is (170,59,216). Sum of RGB (Red+Green+Blue) = 170+59+216=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA3BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BD8 is #55C427. Grayscale: #6D6D6D. Windows color (decimal): -5620776 or 14171050. OLE color: 14171050.
HSL color Cylindrical-coordinate representation of color #AA3BD8: hue angle of 282.42º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA3BD8 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 59 | 216 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.15 |
| HSL | 282.42º | 0.67% | 0.54% | - |
| HSV(B) | 282.42º | 0.73% | 0.85% | - |
| XYZ | 30.54 | 16.63 | 66.57 | - |
| YUV | 110.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 216 | 0.21 | 0.73 | 0 | 0.15 | 282.42 | 0.67 | 0.54 |
| Hex | AA | 3B | D8 | 15 | 49 | 0 | F | 11A | 43 | 36 |
| Octal | 252 | 73 | 330 | 25 | 111 | 0 | 17 | 432 | 103 | 66 |
| Binary | 10101010 | 111011 | 11011000 | 10101 | 1001001 | 0 | 1111 | 100011010 | 1000011 | 110110 |
Color Harmonies of #AA3BD8
Complementary color
Monochromatic Colors of #AA3BD8
Black with #AA3BD8
Text Example
Text Example
White with #AA3BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BD8; }
p { color: rgb(170,59,216); }
H1.HeaderClassName
{
color: #AA3BD8;
}
.AnyTagClassName
{
color: #AA3BD8;
}
</style>
background-color css
<style>
a { background-color: #AA3BD8; }
a { background-color: rgb(170,59,216); }
div.DivClassName
{
background-color: #AA3BD8;
}
.BgClassName
{
background-color: #AA3BD8;
}
</style>
border-color css
<style>
span { border-color: #AA3BD8; }
span { border-color: rgb(170,59,216); }
td.TdClassName
{
border-color: #AA3BD8;
}
.TagClassName
{
border-color: #AA3BD8;
}
</style>