Shades of Dark Orchid #AA2BCF
Tints of Dark Orchid #AA2BCF
RGB
CMYK
RGB Variations
Color information
#AA2BCF (or 0xAA2BCF) is known color: Dark Orchid. HEX triplet: AA, 2B and CF. RGB value is (170,43,207). Sum of RGB (Red+Green+Blue) = 170+43+207=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA2BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BCF is #55D430. Grayscale: #636363. Windows color (decimal): -5624881 or 13577130. OLE color: 13577130.
HSL color Cylindrical-coordinate representation of color #AA2BCF: hue angle of 286.46º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2BCF is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 43 | 207 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.19 |
| HSL | 286.46º | 0.66% | 0.49% | - |
| HSV(B) | 286.46º | 0.79% | 0.81% | - |
| XYZ | 28.7 | 14.78 | 60.37 | - |
| YUV | 99.67 | 188.58 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 207 | 0.18 | 0.79 | 0 | 0.19 | 286.46 | 0.66 | 0.49 |
| Hex | AA | 2B | CF | 12 | 4F | 0 | 13 | 11E | 42 | 31 |
| Octal | 252 | 53 | 317 | 22 | 117 | 0 | 23 | 436 | 102 | 61 |
| Binary | 10101010 | 101011 | 11001111 | 10010 | 1001111 | 0 | 10011 | 100011110 | 1000010 | 110001 |
Color Harmonies of #AA2BCF
Complementary color
Monochromatic Colors of #AA2BCF
Black with #AA2BCF
Text Example
Text Example
White with #AA2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BCF; }
p { color: rgb(170,43,207); }
H1.HeaderClassName
{
color: #AA2BCF;
}
.AnyTagClassName
{
color: #AA2BCF;
}
</style>
background-color css
<style>
a { background-color: #AA2BCF; }
a { background-color: rgb(170,43,207); }
div.DivClassName
{
background-color: #AA2BCF;
}
.BgClassName
{
background-color: #AA2BCF;
}
</style>
border-color css
<style>
span { border-color: #AA2BCF; }
span { border-color: rgb(170,43,207); }
td.TdClassName
{
border-color: #AA2BCF;
}
.TagClassName
{
border-color: #AA2BCF;
}
</style>