Shades of Dark Orchid #AA1DCB
Tints of Dark Orchid #AA1DCB
RGB
CMYK
RGB Variations
Color information
#AA1DCB (or 0xAA1DCB) is known color: Dark Orchid. HEX triplet: AA, 1D and CB. RGB value is (170,29,203). Sum of RGB (Red+Green+Blue) = 170+29+203=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DCB is #55E234. Grayscale: #5A5A5A. Windows color (decimal): -5628469 or 13311402. OLE color: 13311402.
HSL color Cylindrical-coordinate representation of color #AA1DCB: hue angle of 288.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1DCB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 29 | 203 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.20 |
| HSL | 288.62º | 0.75% | 0.45% | - |
| HSV(B) | 288.62º | 0.86% | 0.8% | - |
| XYZ | 27.8 | 13.74 | 57.69 | - |
| YUV | 91 | 191.21 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 203 | 0.16 | 0.86 | 0 | 0.20 | 288.62 | 0.75 | 0.45 |
| Hex | AA | 1D | CB | 10 | 56 | 0 | 14 | 121 | 4B | 2D |
| Octal | 252 | 35 | 313 | 20 | 126 | 0 | 24 | 441 | 113 | 55 |
| Binary | 10101010 | 11101 | 11001011 | 10000 | 1010110 | 0 | 10100 | 100100001 | 1001011 | 101101 |
Color Harmonies of #AA1DCB
Complementary color
Monochromatic Colors of #AA1DCB
Black with #AA1DCB
Text Example
Text Example
White with #AA1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DCB; }
p { color: rgb(170,29,203); }
H1.HeaderClassName
{
color: #AA1DCB;
}
.AnyTagClassName
{
color: #AA1DCB;
}
</style>
background-color css
<style>
a { background-color: #AA1DCB; }
a { background-color: rgb(170,29,203); }
div.DivClassName
{
background-color: #AA1DCB;
}
.BgClassName
{
background-color: #AA1DCB;
}
</style>
border-color css
<style>
span { border-color: #AA1DCB; }
span { border-color: rgb(170,29,203); }
td.TdClassName
{
border-color: #AA1DCB;
}
.TagClassName
{
border-color: #AA1DCB;
}
</style>