Shades of Dark Orchid #AA1CE1
Tints of Dark Orchid #AA1CE1
RGB
CMYK
RGB Variations
Color information
#AA1CE1 (or 0xAA1CE1) is known color: Dark Orchid. HEX triplet: AA, 1C and E1. RGB value is (170,28,225). Sum of RGB (Red+Green+Blue) = 170+28+225=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA1CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CE1 is #55E31E. Grayscale: #5C5C5C. Windows color (decimal): -5628703 or 14752938. OLE color: 14752938.
HSL color Cylindrical-coordinate representation of color #AA1CE1: hue angle of 283.25º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CE1 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 28 | 225 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.12 |
| HSL | 283.25º | 0.78% | 0.5% | - |
| HSV(B) | 283.25º | 0.88% | 0.88% | - |
| XYZ | 30.58 | 14.81 | 72.48 | - |
| YUV | 92.92 | 202.54 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 225 | 0.24 | 0.88 | 0 | 0.12 | 283.25 | 0.78 | 0.5 |
| Hex | AA | 1C | E1 | 18 | 58 | 0 | C | 11B | 4E | 32 |
| Octal | 252 | 34 | 341 | 30 | 130 | 0 | 14 | 433 | 116 | 62 |
| Binary | 10101010 | 11100 | 11100001 | 11000 | 1011000 | 0 | 1100 | 100011011 | 1001110 | 110010 |
Color Harmonies of #AA1CE1
Complementary color
Monochromatic Colors of #AA1CE1
Black with #AA1CE1
Text Example
Text Example
White with #AA1CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CE1; }
p { color: rgb(170,28,225); }
H1.HeaderClassName
{
color: #AA1CE1;
}
.AnyTagClassName
{
color: #AA1CE1;
}
</style>
background-color css
<style>
a { background-color: #AA1CE1; }
a { background-color: rgb(170,28,225); }
div.DivClassName
{
background-color: #AA1CE1;
}
.BgClassName
{
background-color: #AA1CE1;
}
</style>
border-color css
<style>
span { border-color: #AA1CE1; }
span { border-color: rgb(170,28,225); }
td.TdClassName
{
border-color: #AA1CE1;
}
.TagClassName
{
border-color: #AA1CE1;
}
</style>