Shades of Dark Orchid #AA1CBC
Tints of Dark Orchid #AA1CBC
RGB
CMYK
RGB Variations
Color information
#AA1CBC (or 0xAA1CBC) is known color: Dark Orchid. HEX triplet: AA, 1C and BC. RGB value is (170,28,188). Sum of RGB (Red+Green+Blue) = 170+28+188=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA1CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1CBC is #55E343. Grayscale: #585858. Windows color (decimal): -5628740 or 12328106. OLE color: 12328106.
HSL color Cylindrical-coordinate representation of color #AA1CBC: hue angle of 293.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1CBC is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 28 | 188 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.26 |
| HSL | 293.25º | 0.74% | 0.42% | - |
| HSV(B) | 293.25º | 0.85% | 0.74% | - |
| XYZ | 26.07 | 13.01 | 48.71 | - |
| YUV | 88.7 | 184.04 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 188 | 0.10 | 0.85 | 0 | 0.26 | 293.25 | 0.74 | 0.42 |
| Hex | AA | 1C | BC | A | 55 | 0 | 1A | 125 | 4A | 2A |
| Octal | 252 | 34 | 274 | 12 | 125 | 0 | 32 | 445 | 112 | 52 |
| Binary | 10101010 | 11100 | 10111100 | 1010 | 1010101 | 0 | 11010 | 100100101 | 1001010 | 101010 |
Color Harmonies of #AA1CBC
Complementary color
Monochromatic Colors of #AA1CBC
Black with #AA1CBC
Text Example
Text Example
White with #AA1CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CBC; }
p { color: rgb(170,28,188); }
H1.HeaderClassName
{
color: #AA1CBC;
}
.AnyTagClassName
{
color: #AA1CBC;
}
</style>
background-color css
<style>
a { background-color: #AA1CBC; }
a { background-color: rgb(170,28,188); }
div.DivClassName
{
background-color: #AA1CBC;
}
.BgClassName
{
background-color: #AA1CBC;
}
</style>
border-color css
<style>
span { border-color: #AA1CBC; }
span { border-color: rgb(170,28,188); }
td.TdClassName
{
border-color: #AA1CBC;
}
.TagClassName
{
border-color: #AA1CBC;
}
</style>