Shades of Dark Orchid #AA1EDA
Tints of Dark Orchid #AA1EDA
RGB
CMYK
RGB Variations
Color information
#AA1EDA (or 0xAA1EDA) is known color: Dark Orchid. HEX triplet: AA, 1E and DA. RGB value is (170,30,218). Sum of RGB (Red+Green+Blue) = 170+30+218=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EDA is #55E125. Grayscale: #5C5C5C. Windows color (decimal): -5628198 or 14294698. OLE color: 14294698.
HSL color Cylindrical-coordinate representation of color #AA1EDA: hue angle of 284.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1EDA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 30 | 218 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.15 |
| HSL | 284.68º | 0.76% | 0.49% | - |
| HSV(B) | 284.68º | 0.86% | 0.85% | - |
| XYZ | 29.7 | 14.54 | 67.57 | - |
| YUV | 93.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 218 | 0.22 | 0.86 | 0 | 0.15 | 284.68 | 0.76 | 0.49 |
| Hex | AA | 1E | DA | 16 | 56 | 0 | F | 11D | 4C | 31 |
| Octal | 252 | 36 | 332 | 26 | 126 | 0 | 17 | 435 | 114 | 61 |
| Binary | 10101010 | 11110 | 11011010 | 10110 | 1010110 | 0 | 1111 | 100011101 | 1001100 | 110001 |
Color Harmonies of #AA1EDA
Complementary color
Monochromatic Colors of #AA1EDA
Black with #AA1EDA
Text Example
Text Example
White with #AA1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1EDA; }
p { color: rgb(170,30,218); }
H1.HeaderClassName
{
color: #AA1EDA;
}
.AnyTagClassName
{
color: #AA1EDA;
}
</style>
background-color css
<style>
a { background-color: #AA1EDA; }
a { background-color: rgb(170,30,218); }
div.DivClassName
{
background-color: #AA1EDA;
}
.BgClassName
{
background-color: #AA1EDA;
}
</style>
border-color css
<style>
span { border-color: #AA1EDA; }
span { border-color: rgb(170,30,218); }
td.TdClassName
{
border-color: #AA1EDA;
}
.TagClassName
{
border-color: #AA1EDA;
}
</style>