Shades of Dark Orchid #AA26CE
Tints of Dark Orchid #AA26CE
RGB
CMYK
RGB Variations
Color information
#AA26CE (or 0xAA26CE) is known color: Dark Orchid. HEX triplet: AA, 26 and CE. RGB value is (170,38,206). Sum of RGB (Red+Green+Blue) = 170+38+206=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA26CE is #55D931. Grayscale: #606060. Windows color (decimal): -5626162 or 13510314. OLE color: 13510314.
HSL color Cylindrical-coordinate representation of color #AA26CE: hue angle of 287.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA26CE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 38 | 206 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.19 |
| HSL | 287.14º | 0.69% | 0.48% | - |
| HSV(B) | 287.14º | 0.82% | 0.81% | - |
| XYZ | 28.41 | 14.39 | 59.67 | - |
| YUV | 96.62 | 189.73 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 206 | 0.17 | 0.82 | 0 | 0.19 | 287.14 | 0.69 | 0.48 |
| Hex | AA | 26 | CE | 11 | 52 | 0 | 13 | 11F | 45 | 30 |
| Octal | 252 | 46 | 316 | 21 | 122 | 0 | 23 | 437 | 105 | 60 |
| Binary | 10101010 | 100110 | 11001110 | 10001 | 1010010 | 0 | 10011 | 100011111 | 1000101 | 110000 |
Color Harmonies of #AA26CE
Complementary color
Monochromatic Colors of #AA26CE
Black with #AA26CE
Text Example
Text Example
White with #AA26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26CE; }
p { color: rgb(170,38,206); }
H1.HeaderClassName
{
color: #AA26CE;
}
.AnyTagClassName
{
color: #AA26CE;
}
</style>
background-color css
<style>
a { background-color: #AA26CE; }
a { background-color: rgb(170,38,206); }
div.DivClassName
{
background-color: #AA26CE;
}
.BgClassName
{
background-color: #AA26CE;
}
</style>
border-color css
<style>
span { border-color: #AA26CE; }
span { border-color: rgb(170,38,206); }
td.TdClassName
{
border-color: #AA26CE;
}
.TagClassName
{
border-color: #AA26CE;
}
</style>