Shades of Dark Orchid #AA2CB1
Tints of Dark Orchid #AA2CB1
RGB
CMYK
RGB Variations
Color information
#AA2CB1 (or 0xAA2CB1) is known color: Dark Orchid. HEX triplet: AA, 2C and B1. RGB value is (170,44,177). Sum of RGB (Red+Green+Blue) = 170+44+177=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA2CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2CB1 is #55D34E. Grayscale: #606060. Windows color (decimal): -5624655 or 11611306. OLE color: 11611306.
HSL color Cylindrical-coordinate representation of color #AA2CB1: hue angle of 296.84º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2CB1 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 44 | 177 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.31 |
| HSL | 296.84º | 0.6% | 0.43% | - |
| HSV(B) | 296.84º | 0.75% | 0.69% | - |
| XYZ | 25.41 | 13.52 | 42.87 | - |
| YUV | 96.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 177 | 0.04 | 0.75 | 0 | 0.31 | 296.84 | 0.6 | 0.43 |
| Hex | AA | 2C | B1 | 4 | 4B | 0 | 1F | 129 | 3C | 2B |
| Octal | 252 | 54 | 261 | 4 | 113 | 0 | 37 | 451 | 74 | 53 |
| Binary | 10101010 | 101100 | 10110001 | 100 | 1001011 | 0 | 11111 | 100101001 | 111100 | 101011 |
Color Harmonies of #AA2CB1
Complementary color
Monochromatic Colors of #AA2CB1
Black with #AA2CB1
Text Example
Text Example
White with #AA2CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CB1; }
p { color: rgb(170,44,177); }
H1.HeaderClassName
{
color: #AA2CB1;
}
.AnyTagClassName
{
color: #AA2CB1;
}
</style>
background-color css
<style>
a { background-color: #AA2CB1; }
a { background-color: rgb(170,44,177); }
div.DivClassName
{
background-color: #AA2CB1;
}
.BgClassName
{
background-color: #AA2CB1;
}
</style>
border-color css
<style>
span { border-color: #AA2CB1; }
span { border-color: rgb(170,44,177); }
td.TdClassName
{
border-color: #AA2CB1;
}
.TagClassName
{
border-color: #AA2CB1;
}
</style>