Shades of Dark Orchid #AA2BDF
Tints of Dark Orchid #AA2BDF
RGB
CMYK
RGB Variations
Color information
#AA2BDF (or 0xAA2BDF) is known color: Dark Orchid. HEX triplet: AA, 2B and DF. RGB value is (170,43,223). Sum of RGB (Red+Green+Blue) = 170+43+223=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA2BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BDF is #55D420. Grayscale: #646464. Windows color (decimal): -5624865 or 14625706. OLE color: 14625706.
HSL color Cylindrical-coordinate representation of color #AA2BDF: hue angle of 282.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2BDF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 43 | 223 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.13 |
| HSL | 282.33º | 0.74% | 0.52% | - |
| HSV(B) | 282.33º | 0.81% | 0.87% | - |
| XYZ | 30.76 | 15.6 | 71.2 | - |
| YUV | 101.49 | 196.58 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 223 | 0.24 | 0.81 | 0 | 0.13 | 282.33 | 0.74 | 0.52 |
| Hex | AA | 2B | DF | 18 | 51 | 0 | D | 11A | 4A | 34 |
| Octal | 252 | 53 | 337 | 30 | 121 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101010 | 101011 | 11011111 | 11000 | 1010001 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #AA2BDF
Complementary color
Monochromatic Colors of #AA2BDF
Black with #AA2BDF
Text Example
Text Example
White with #AA2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BDF; }
p { color: rgb(170,43,223); }
H1.HeaderClassName
{
color: #AA2BDF;
}
.AnyTagClassName
{
color: #AA2BDF;
}
</style>
background-color css
<style>
a { background-color: #AA2BDF; }
a { background-color: rgb(170,43,223); }
div.DivClassName
{
background-color: #AA2BDF;
}
.BgClassName
{
background-color: #AA2BDF;
}
</style>
border-color css
<style>
span { border-color: #AA2BDF; }
span { border-color: rgb(170,43,223); }
td.TdClassName
{
border-color: #AA2BDF;
}
.TagClassName
{
border-color: #AA2BDF;
}
</style>