Shades of Dark Orchid #AA26AB
Tints of Dark Orchid #AA26AB
RGB
CMYK
RGB Variations
Color information
#AA26AB (or 0xAA26AB) is known color: Dark Orchid. HEX triplet: AA, 26 and AB. RGB value is (170,38,171). Sum of RGB (Red+Green+Blue) = 170+38+171=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA26AB is #55D954. Grayscale: #5C5C5C. Windows color (decimal): -5626197 or 11216554. OLE color: 11216554.
HSL color Cylindrical-coordinate representation of color #AA26AB: hue angle of 299.55º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA26AB is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 171 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.33 |
| HSL | 299.55º | 0.64% | 0.41% | - |
| HSV(B) | 299.55º | 0.78% | 0.67% | - |
| XYZ | 24.62 | 12.87 | 39.72 | - |
| YUV | 92.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 171 | 0.01 | 0.78 | 0 | 0.33 | 299.55 | 0.64 | 0.41 |
| Hex | AA | 26 | AB | 1 | 4E | 0 | 21 | 12C | 40 | 29 |
| Octal | 252 | 46 | 253 | 1 | 116 | 0 | 41 | 454 | 100 | 51 |
| Binary | 10101010 | 100110 | 10101011 | 1 | 1001110 | 0 | 100001 | 100101100 | 1000000 | 101001 |
Color Harmonies of #AA26AB
Complementary color
Monochromatic Colors of #AA26AB
Black with #AA26AB
Text Example
Text Example
White with #AA26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26AB; }
p { color: rgb(170,38,171); }
H1.HeaderClassName
{
color: #AA26AB;
}
.AnyTagClassName
{
color: #AA26AB;
}
</style>
background-color css
<style>
a { background-color: #AA26AB; }
a { background-color: rgb(170,38,171); }
div.DivClassName
{
background-color: #AA26AB;
}
.BgClassName
{
background-color: #AA26AB;
}
</style>
border-color css
<style>
span { border-color: #AA26AB; }
span { border-color: rgb(170,38,171); }
td.TdClassName
{
border-color: #AA26AB;
}
.TagClassName
{
border-color: #AA26AB;
}
</style>