Shades of Dark Orchid #AA2BC3
Tints of Dark Orchid #AA2BC3
RGB
CMYK
RGB Variations
Color information
#AA2BC3 (or 0xAA2BC3) is known color: Dark Orchid. HEX triplet: AA, 2B and C3. RGB value is (170,43,195). Sum of RGB (Red+Green+Blue) = 170+43+195=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 195 (76.56% from 255 or 47.79% from 408); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA2BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BC3 is #55D43C. Grayscale: #616161. Windows color (decimal): -5624893 or 12790698. OLE color: 12790698.
HSL color Cylindrical-coordinate representation of color #AA2BC3: hue angle of 290.13º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2BC3 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 43 | 195 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.24 |
| HSL | 290.13º | 0.64% | 0.47% | - |
| HSV(B) | 290.13º | 0.78% | 0.76% | - |
| XYZ | 27.29 | 14.21 | 52.93 | - |
| YUV | 98.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 195 | 0.13 | 0.78 | 0 | 0.24 | 290.13 | 0.64 | 0.47 |
| Hex | AA | 2B | C3 | D | 4E | 0 | 18 | 122 | 40 | 2F |
| Octal | 252 | 53 | 303 | 15 | 116 | 0 | 30 | 442 | 100 | 57 |
| Binary | 10101010 | 101011 | 11000011 | 1101 | 1001110 | 0 | 11000 | 100100010 | 1000000 | 101111 |
Color Harmonies of #AA2BC3
Complementary color
Monochromatic Colors of #AA2BC3
Black with #AA2BC3
Text Example
Text Example
White with #AA2BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BC3; }
p { color: rgb(170,43,195); }
H1.HeaderClassName
{
color: #AA2BC3;
}
.AnyTagClassName
{
color: #AA2BC3;
}
</style>
background-color css
<style>
a { background-color: #AA2BC3; }
a { background-color: rgb(170,43,195); }
div.DivClassName
{
background-color: #AA2BC3;
}
.BgClassName
{
background-color: #AA2BC3;
}
</style>
border-color css
<style>
span { border-color: #AA2BC3; }
span { border-color: rgb(170,43,195); }
td.TdClassName
{
border-color: #AA2BC3;
}
.TagClassName
{
border-color: #AA2BC3;
}
</style>