Shades of Dark Orchid #AA28AE
Tints of Dark Orchid #AA28AE
RGB
CMYK
RGB Variations
Color information
#AA28AE (or 0xAA28AE) is known color: Dark Orchid. HEX triplet: AA, 28 and AE. RGB value is (170,40,174). Sum of RGB (Red+Green+Blue) = 170+40+174=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA28AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AE is #55D751. Grayscale: #5D5D5D. Windows color (decimal): -5625682 or 11413674. OLE color: 11413674.
HSL color Cylindrical-coordinate representation of color #AA28AE: hue angle of 298.21º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA28AE is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 40 | 174 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.32 |
| HSL | 298.21º | 0.63% | 0.42% | - |
| HSV(B) | 298.21º | 0.77% | 0.68% | - |
| XYZ | 24.98 | 13.12 | 41.26 | - |
| YUV | 94.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 40 | 174 | 0.02 | 0.77 | 0 | 0.32 | 298.21 | 0.63 | 0.42 |
| Hex | AA | 28 | AE | 2 | 4D | 0 | 20 | 12A | 3F | 2A |
| Octal | 252 | 50 | 256 | 2 | 115 | 0 | 40 | 452 | 77 | 52 |
| Binary | 10101010 | 101000 | 10101110 | 10 | 1001101 | 0 | 100000 | 100101010 | 111111 | 101010 |
Color Harmonies of #AA28AE
Complementary color
Monochromatic Colors of #AA28AE
Black with #AA28AE
Text Example
Text Example
White with #AA28AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA28AE; }
p { color: rgb(170,40,174); }
H1.HeaderClassName
{
color: #AA28AE;
}
.AnyTagClassName
{
color: #AA28AE;
}
</style>
background-color css
<style>
a { background-color: #AA28AE; }
a { background-color: rgb(170,40,174); }
div.DivClassName
{
background-color: #AA28AE;
}
.BgClassName
{
background-color: #AA28AE;
}
</style>
border-color css
<style>
span { border-color: #AA28AE; }
span { border-color: rgb(170,40,174); }
td.TdClassName
{
border-color: #AA28AE;
}
.TagClassName
{
border-color: #AA28AE;
}
</style>