Shades of Dark Orchid #AA23D5
Tints of Dark Orchid #AA23D5
RGB
CMYK
RGB Variations
Color information
#AA23D5 (or 0xAA23D5) is known color: Dark Orchid. HEX triplet: AA, 23 and D5. RGB value is (170,35,213). Sum of RGB (Red+Green+Blue) = 170+35+213=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA23D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23D5 is #55DC2A. Grayscale: #5F5F5F. Windows color (decimal): -5626923 or 13968298. OLE color: 13968298.
HSL color Cylindrical-coordinate representation of color #AA23D5: hue angle of 285.51º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA23D5 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 35 | 213 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.16 |
| HSL | 285.51º | 0.72% | 0.49% | - |
| HSV(B) | 285.51º | 0.84% | 0.84% | - |
| XYZ | 29.19 | 14.55 | 64.22 | - |
| YUV | 95.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 213 | 0.20 | 0.84 | 0 | 0.16 | 285.51 | 0.72 | 0.49 |
| Hex | AA | 23 | D5 | 14 | 54 | 0 | 10 | 11E | 48 | 31 |
| Octal | 252 | 43 | 325 | 24 | 124 | 0 | 20 | 436 | 110 | 61 |
| Binary | 10101010 | 100011 | 11010101 | 10100 | 1010100 | 0 | 10000 | 100011110 | 1001000 | 110001 |
Color Harmonies of #AA23D5
Complementary color
Monochromatic Colors of #AA23D5
Black with #AA23D5
Text Example
Text Example
White with #AA23D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23D5; }
p { color: rgb(170,35,213); }
H1.HeaderClassName
{
color: #AA23D5;
}
.AnyTagClassName
{
color: #AA23D5;
}
</style>
background-color css
<style>
a { background-color: #AA23D5; }
a { background-color: rgb(170,35,213); }
div.DivClassName
{
background-color: #AA23D5;
}
.BgClassName
{
background-color: #AA23D5;
}
</style>
border-color css
<style>
span { border-color: #AA23D5; }
span { border-color: rgb(170,35,213); }
td.TdClassName
{
border-color: #AA23D5;
}
.TagClassName
{
border-color: #AA23D5;
}
</style>