Shades of Dark Orchid #AA26D5
Tints of Dark Orchid #AA26D5
RGB
CMYK
RGB Variations
Color information
#AA26D5 (or 0xAA26D5) is known color: Dark Orchid. HEX triplet: AA, 26 and D5. RGB value is (170,38,213). Sum of RGB (Red+Green+Blue) = 170+38+213=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA26D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26D5 is #55D92A. Grayscale: #606060. Windows color (decimal): -5626155 or 13969066. OLE color: 13969066.
HSL color Cylindrical-coordinate representation of color #AA26D5: hue angle of 285.26º 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 #AA26D5 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 38 | 213 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.16 |
| HSL | 285.26º | 0.7% | 0.49% | - |
| HSV(B) | 285.26º | 0.82% | 0.84% | - |
| XYZ | 29.28 | 14.74 | 64.25 | - |
| YUV | 97.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 213 | 0.20 | 0.82 | 0 | 0.16 | 285.26 | 0.7 | 0.49 |
| Hex | AA | 26 | D5 | 14 | 52 | 0 | 10 | 11D | 46 | 31 |
| Octal | 252 | 46 | 325 | 24 | 122 | 0 | 20 | 435 | 106 | 61 |
| Binary | 10101010 | 100110 | 11010101 | 10100 | 1010010 | 0 | 10000 | 100011101 | 1000110 | 110001 |
Color Harmonies of #AA26D5
Complementary color
Monochromatic Colors of #AA26D5
Black with #AA26D5
Text Example
Text Example
White with #AA26D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26D5; }
p { color: rgb(170,38,213); }
H1.HeaderClassName
{
color: #AA26D5;
}
.AnyTagClassName
{
color: #AA26D5;
}
</style>
background-color css
<style>
a { background-color: #AA26D5; }
a { background-color: rgb(170,38,213); }
div.DivClassName
{
background-color: #AA26D5;
}
.BgClassName
{
background-color: #AA26D5;
}
</style>
border-color css
<style>
span { border-color: #AA26D5; }
span { border-color: rgb(170,38,213); }
td.TdClassName
{
border-color: #AA26D5;
}
.TagClassName
{
border-color: #AA26D5;
}
</style>