Shades of Dark Orchid #AA1BDC
Tints of Dark Orchid #AA1BDC
RGB
CMYK
RGB Variations
Color information
#AA1BDC (or 0xAA1BDC) is known color: Dark Orchid. HEX triplet: AA, 1B and DC. RGB value is (170,27,220). Sum of RGB (Red+Green+Blue) = 170+27+220=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA1BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BDC is #55E423. Grayscale: #5B5B5B. Windows color (decimal): -5628964 or 14425002. OLE color: 14425002.
HSL color Cylindrical-coordinate representation of color #AA1BDC: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1BDC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 27 | 220 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.14 |
| HSL | 284.46º | 0.78% | 0.48% | - |
| HSV(B) | 284.46º | 0.88% | 0.86% | - |
| XYZ | 29.89 | 14.5 | 68.93 | - |
| YUV | 91.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 220 | 0.23 | 0.88 | 0 | 0.14 | 284.46 | 0.78 | 0.48 |
| Hex | AA | 1B | DC | 17 | 58 | 0 | E | 11C | 4E | 30 |
| Octal | 252 | 33 | 334 | 27 | 130 | 0 | 16 | 434 | 116 | 60 |
| Binary | 10101010 | 11011 | 11011100 | 10111 | 1011000 | 0 | 1110 | 100011100 | 1001110 | 110000 |
Color Harmonies of #AA1BDC
Complementary color
Monochromatic Colors of #AA1BDC
Black with #AA1BDC
Text Example
Text Example
White with #AA1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BDC; }
p { color: rgb(170,27,220); }
H1.HeaderClassName
{
color: #AA1BDC;
}
.AnyTagClassName
{
color: #AA1BDC;
}
</style>
background-color css
<style>
a { background-color: #AA1BDC; }
a { background-color: rgb(170,27,220); }
div.DivClassName
{
background-color: #AA1BDC;
}
.BgClassName
{
background-color: #AA1BDC;
}
</style>
border-color css
<style>
span { border-color: #AA1BDC; }
span { border-color: rgb(170,27,220); }
td.TdClassName
{
border-color: #AA1BDC;
}
.TagClassName
{
border-color: #AA1BDC;
}
</style>