Shades of Dark Orchid #AA23C5
Tints of Dark Orchid #AA23C5
RGB
CMYK
RGB Variations
Color information
#AA23C5 (or 0xAA23C5) is known color: Dark Orchid. HEX triplet: AA, 23 and C5. RGB value is (170,35,197). Sum of RGB (Red+Green+Blue) = 170+35+197=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 197 (77.34% from 255 or 49.00% from 402); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA23C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23C5 is #55DC3A. Grayscale: #5D5D5D. Windows color (decimal): -5626939 or 12919722. OLE color: 12919722.
HSL color Cylindrical-coordinate representation of color #AA23C5: hue angle of 290º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA23C5 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 35 | 197 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.23 |
| HSL | 290º | 0.7% | 0.45% | - |
| HSV(B) | 290º | 0.82% | 0.77% | - |
| XYZ | 27.26 | 13.78 | 54.05 | - |
| YUV | 93.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 197 | 0.14 | 0.82 | 0 | 0.23 | 290 | 0.7 | 0.45 |
| Hex | AA | 23 | C5 | E | 52 | 0 | 17 | 122 | 46 | 2D |
| Octal | 252 | 43 | 305 | 16 | 122 | 0 | 27 | 442 | 106 | 55 |
| Binary | 10101010 | 100011 | 11000101 | 1110 | 1010010 | 0 | 10111 | 100100010 | 1000110 | 101101 |
Color Harmonies of #AA23C5
Complementary color
Monochromatic Colors of #AA23C5
Black with #AA23C5
Text Example
Text Example
White with #AA23C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23C5; }
p { color: rgb(170,35,197); }
H1.HeaderClassName
{
color: #AA23C5;
}
.AnyTagClassName
{
color: #AA23C5;
}
</style>
background-color css
<style>
a { background-color: #AA23C5; }
a { background-color: rgb(170,35,197); }
div.DivClassName
{
background-color: #AA23C5;
}
.BgClassName
{
background-color: #AA23C5;
}
</style>
border-color css
<style>
span { border-color: #AA23C5; }
span { border-color: rgb(170,35,197); }
td.TdClassName
{
border-color: #AA23C5;
}
.TagClassName
{
border-color: #AA23C5;
}
</style>