Shades of Dark Orchid #AA26D6
Tints of Dark Orchid #AA26D6
RGB
CMYK
RGB Variations
Color information
#AA26D6 (or 0xAA26D6) is known color: Dark Orchid. HEX triplet: AA, 26 and D6. RGB value is (170,38,214). Sum of RGB (Red+Green+Blue) = 170+38+214=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA26D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26D6 is #55D929. Grayscale: #606060. Windows color (decimal): -5626154 or 14034602. OLE color: 14034602.
HSL color Cylindrical-coordinate representation of color #AA26D6: hue angle of 285º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA26D6 is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 38 | 214 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.16 |
| HSL | 285º | 0.7% | 0.49% | - |
| HSV(B) | 285º | 0.82% | 0.84% | - |
| XYZ | 29.41 | 14.79 | 64.92 | - |
| YUV | 97.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 214 | 0.21 | 0.82 | 0 | 0.16 | 285 | 0.7 | 0.49 |
| Hex | AA | 26 | D6 | 15 | 52 | 0 | 10 | 11D | 46 | 31 |
| Octal | 252 | 46 | 326 | 25 | 122 | 0 | 20 | 435 | 106 | 61 |
| Binary | 10101010 | 100110 | 11010110 | 10101 | 1010010 | 0 | 10000 | 100011101 | 1000110 | 110001 |
Color Harmonies of #AA26D6
Complementary color
Monochromatic Colors of #AA26D6
Black with #AA26D6
Text Example
Text Example
White with #AA26D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26D6; }
p { color: rgb(170,38,214); }
H1.HeaderClassName
{
color: #AA26D6;
}
.AnyTagClassName
{
color: #AA26D6;
}
</style>
background-color css
<style>
a { background-color: #AA26D6; }
a { background-color: rgb(170,38,214); }
div.DivClassName
{
background-color: #AA26D6;
}
.BgClassName
{
background-color: #AA26D6;
}
</style>
border-color css
<style>
span { border-color: #AA26D6; }
span { border-color: rgb(170,38,214); }
td.TdClassName
{
border-color: #AA26D6;
}
.TagClassName
{
border-color: #AA26D6;
}
</style>