Shades of Dark Orchid #AA40DA
Tints of Dark Orchid #AA40DA
RGB
CMYK
RGB Variations
Color information
#AA40DA (or 0xAA40DA) is known color: Dark Orchid. HEX triplet: AA, 40 and DA. RGB value is (170,64,218). Sum of RGB (Red+Green+Blue) = 170+64+218=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40DA is #55BF25. Grayscale: #707070. Windows color (decimal): -5619494 or 14303402. OLE color: 14303402.
HSL color Cylindrical-coordinate representation of color #AA40DA: hue angle of 281.3º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA40DA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 64 | 218 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.15 |
| HSL | 281.3º | 0.68% | 0.55% | - |
| HSV(B) | 281.3º | 0.71% | 0.85% | - |
| XYZ | 31.07 | 17.27 | 68.03 | - |
| YUV | 113.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 218 | 0.22 | 0.71 | 0 | 0.15 | 281.3 | 0.68 | 0.55 |
| Hex | AA | 40 | DA | 16 | 47 | 0 | F | 119 | 44 | 37 |
| Octal | 252 | 100 | 332 | 26 | 107 | 0 | 17 | 431 | 104 | 67 |
| Binary | 10101010 | 1000000 | 11011010 | 10110 | 1000111 | 0 | 1111 | 100011001 | 1000100 | 110111 |
Color Harmonies of #AA40DA
Complementary color
Monochromatic Colors of #AA40DA
Black with #AA40DA
Text Example
Text Example
White with #AA40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40DA; }
p { color: rgb(170,64,218); }
H1.HeaderClassName
{
color: #AA40DA;
}
.AnyTagClassName
{
color: #AA40DA;
}
</style>
background-color css
<style>
a { background-color: #AA40DA; }
a { background-color: rgb(170,64,218); }
div.DivClassName
{
background-color: #AA40DA;
}
.BgClassName
{
background-color: #AA40DA;
}
</style>
border-color css
<style>
span { border-color: #AA40DA; }
span { border-color: rgb(170,64,218); }
td.TdClassName
{
border-color: #AA40DA;
}
.TagClassName
{
border-color: #AA40DA;
}
</style>