Shades of Dark Orchid #AA26DD
Tints of Dark Orchid #AA26DD
RGB
CMYK
RGB Variations
Color information
#AA26DD (or 0xAA26DD) is known color: Dark Orchid. HEX triplet: AA, 26 and DD. RGB value is (170,38,221). Sum of RGB (Red+Green+Blue) = 170+38+221=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA26DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26DD is #55D922. Grayscale: #616161. Windows color (decimal): -5626147 or 14493354. OLE color: 14493354.
HSL color Cylindrical-coordinate representation of color #AA26DD: hue angle of 283.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA26DD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 38 | 221 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.13 |
| HSL | 283.28º | 0.73% | 0.51% | - |
| HSV(B) | 283.28º | 0.83% | 0.87% | - |
| XYZ | 30.32 | 15.15 | 69.73 | - |
| YUV | 98.33 | 197.23 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 221 | 0.23 | 0.83 | 0 | 0.13 | 283.28 | 0.73 | 0.51 |
| Hex | AA | 26 | DD | 17 | 53 | 0 | D | 11B | 49 | 33 |
| Octal | 252 | 46 | 335 | 27 | 123 | 0 | 15 | 433 | 111 | 63 |
| Binary | 10101010 | 100110 | 11011101 | 10111 | 1010011 | 0 | 1101 | 100011011 | 1001001 | 110011 |
Color Harmonies of #AA26DD
Complementary color
Monochromatic Colors of #AA26DD
Black with #AA26DD
Text Example
Text Example
White with #AA26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26DD; }
p { color: rgb(170,38,221); }
H1.HeaderClassName
{
color: #AA26DD;
}
.AnyTagClassName
{
color: #AA26DD;
}
</style>
background-color css
<style>
a { background-color: #AA26DD; }
a { background-color: rgb(170,38,221); }
div.DivClassName
{
background-color: #AA26DD;
}
.BgClassName
{
background-color: #AA26DD;
}
</style>
border-color css
<style>
span { border-color: #AA26DD; }
span { border-color: rgb(170,38,221); }
td.TdClassName
{
border-color: #AA26DD;
}
.TagClassName
{
border-color: #AA26DD;
}
</style>