Shades of Dark Orchid #AA23C8
Tints of Dark Orchid #AA23C8
RGB
CMYK
RGB Variations
Color information
#AA23C8 (or 0xAA23C8) is known color: Dark Orchid. HEX triplet: AA, 23 and C8. RGB value is (170,35,200). Sum of RGB (Red+Green+Blue) = 170+35+200=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA23C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23C8 is #55DC37. Grayscale: #5D5D5D. Windows color (decimal): -5626936 or 13116330. OLE color: 13116330.
HSL color Cylindrical-coordinate representation of color #AA23C8: hue angle of 289.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA23C8 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 35 | 200 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.22 |
| HSL | 289.09º | 0.7% | 0.46% | - |
| HSV(B) | 289.09º | 0.83% | 0.78% | - |
| XYZ | 27.6 | 13.92 | 55.88 | - |
| YUV | 94.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 200 | 0.15 | 0.82 | 0 | 0.22 | 289.09 | 0.7 | 0.46 |
| Hex | AA | 23 | C8 | F | 52 | 0 | 16 | 121 | 46 | 2E |
| Octal | 252 | 43 | 310 | 17 | 122 | 0 | 26 | 441 | 106 | 56 |
| Binary | 10101010 | 100011 | 11001000 | 1111 | 1010010 | 0 | 10110 | 100100001 | 1000110 | 101110 |
Color Harmonies of #AA23C8
Complementary color
Monochromatic Colors of #AA23C8
Black with #AA23C8
Text Example
Text Example
White with #AA23C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23C8; }
p { color: rgb(170,35,200); }
H1.HeaderClassName
{
color: #AA23C8;
}
.AnyTagClassName
{
color: #AA23C8;
}
</style>
background-color css
<style>
a { background-color: #AA23C8; }
a { background-color: rgb(170,35,200); }
div.DivClassName
{
background-color: #AA23C8;
}
.BgClassName
{
background-color: #AA23C8;
}
</style>
border-color css
<style>
span { border-color: #AA23C8; }
span { border-color: rgb(170,35,200); }
td.TdClassName
{
border-color: #AA23C8;
}
.TagClassName
{
border-color: #AA23C8;
}
</style>