Shades of Dark Orchid #AA23DF
Tints of Dark Orchid #AA23DF
RGB
CMYK
RGB Variations
Color information
#AA23DF (or 0xAA23DF) is known color: Dark Orchid. HEX triplet: AA, 23 and DF. RGB value is (170,35,223). Sum of RGB (Red+Green+Blue) = 170+35+223=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA23DF is #55DC20. Grayscale: #606060. Windows color (decimal): -5626913 or 14623658. OLE color: 14623658.
HSL color Cylindrical-coordinate representation of color #AA23DF: hue angle of 283.09º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA23DF is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 35 | 223 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.13 |
| HSL | 283.09º | 0.75% | 0.51% | - |
| HSV(B) | 283.09º | 0.84% | 0.87% | - |
| XYZ | 30.5 | 15.08 | 71.11 | - |
| YUV | 96.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 35 | 223 | 0.24 | 0.84 | 0 | 0.13 | 283.09 | 0.75 | 0.51 |
| Hex | AA | 23 | DF | 18 | 54 | 0 | D | 11B | 4B | 33 |
| Octal | 252 | 43 | 337 | 30 | 124 | 0 | 15 | 433 | 113 | 63 |
| Binary | 10101010 | 100011 | 11011111 | 11000 | 1010100 | 0 | 1101 | 100011011 | 1001011 | 110011 |
Color Harmonies of #AA23DF
Complementary color
Monochromatic Colors of #AA23DF
Black with #AA23DF
Text Example
Text Example
White with #AA23DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA23DF; }
p { color: rgb(170,35,223); }
H1.HeaderClassName
{
color: #AA23DF;
}
.AnyTagClassName
{
color: #AA23DF;
}
</style>
background-color css
<style>
a { background-color: #AA23DF; }
a { background-color: rgb(170,35,223); }
div.DivClassName
{
background-color: #AA23DF;
}
.BgClassName
{
background-color: #AA23DF;
}
</style>
border-color css
<style>
span { border-color: #AA23DF; }
span { border-color: rgb(170,35,223); }
td.TdClassName
{
border-color: #AA23DF;
}
.TagClassName
{
border-color: #AA23DF;
}
</style>