Shades of Dark Orchid #AA1ADF
Tints of Dark Orchid #AA1ADF
RGB
CMYK
RGB Variations
Color information
#AA1ADF (or 0xAA1ADF) is known color: Dark Orchid. HEX triplet: AA, 1A and DF. RGB value is (170,26,223). Sum of RGB (Red+Green+Blue) = 170+26+223=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA1ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ADF is #55E520. Grayscale: #5A5A5A. Windows color (decimal): -5629217 or 14621354. OLE color: 14621354.
HSL color Cylindrical-coordinate representation of color #AA1ADF: hue angle of 283.86º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1ADF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 26 | 223 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.13 |
| HSL | 283.86º | 0.79% | 0.49% | - |
| HSV(B) | 283.86º | 0.88% | 0.87% | - |
| XYZ | 30.27 | 14.61 | 71.04 | - |
| YUV | 91.51 | 202.21 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 223 | 0.24 | 0.88 | 0 | 0.13 | 283.86 | 0.79 | 0.49 |
| Hex | AA | 1A | DF | 18 | 58 | 0 | D | 11C | 4F | 31 |
| Octal | 252 | 32 | 337 | 30 | 130 | 0 | 15 | 434 | 117 | 61 |
| Binary | 10101010 | 11010 | 11011111 | 11000 | 1011000 | 0 | 1101 | 100011100 | 1001111 | 110001 |
Color Harmonies of #AA1ADF
Complementary color
Monochromatic Colors of #AA1ADF
Black with #AA1ADF
Text Example
Text Example
White with #AA1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1ADF; }
p { color: rgb(170,26,223); }
H1.HeaderClassName
{
color: #AA1ADF;
}
.AnyTagClassName
{
color: #AA1ADF;
}
</style>
background-color css
<style>
a { background-color: #AA1ADF; }
a { background-color: rgb(170,26,223); }
div.DivClassName
{
background-color: #AA1ADF;
}
.BgClassName
{
background-color: #AA1ADF;
}
</style>
border-color css
<style>
span { border-color: #AA1ADF; }
span { border-color: rgb(170,26,223); }
td.TdClassName
{
border-color: #AA1ADF;
}
.TagClassName
{
border-color: #AA1ADF;
}
</style>