Shades of Dark Orchid #AA2DD4
Tints of Dark Orchid #AA2DD4
RGB
CMYK
RGB Variations
Color information
#AA2DD4 (or 0xAA2DD4) is known color: Dark Orchid. HEX triplet: AA, 2D and D4. RGB value is (170,45,212). Sum of RGB (Red+Green+Blue) = 170+45+212=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 212 (83.20% from 255 or 49.65% from 427); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA2DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DD4 is #55D22B. Grayscale: #646464. Windows color (decimal): -5624364 or 13905322. OLE color: 13905322.
HSL color Cylindrical-coordinate representation of color #AA2DD4: hue angle of 284.91º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2DD4 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 45 | 212 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.17 |
| HSL | 284.91º | 0.66% | 0.5% | - |
| HSV(B) | 284.91º | 0.79% | 0.83% | - |
| XYZ | 29.4 | 15.18 | 63.67 | - |
| YUV | 101.41 | 190.41 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 212 | 0.20 | 0.79 | 0 | 0.17 | 284.91 | 0.66 | 0.5 |
| Hex | AA | 2D | D4 | 14 | 4F | 0 | 11 | 11D | 42 | 32 |
| Octal | 252 | 55 | 324 | 24 | 117 | 0 | 21 | 435 | 102 | 62 |
| Binary | 10101010 | 101101 | 11010100 | 10100 | 1001111 | 0 | 10001 | 100011101 | 1000010 | 110010 |
Color Harmonies of #AA2DD4
Complementary color
Monochromatic Colors of #AA2DD4
Black with #AA2DD4
Text Example
Text Example
White with #AA2DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DD4; }
p { color: rgb(170,45,212); }
H1.HeaderClassName
{
color: #AA2DD4;
}
.AnyTagClassName
{
color: #AA2DD4;
}
</style>
background-color css
<style>
a { background-color: #AA2DD4; }
a { background-color: rgb(170,45,212); }
div.DivClassName
{
background-color: #AA2DD4;
}
.BgClassName
{
background-color: #AA2DD4;
}
</style>
border-color css
<style>
span { border-color: #AA2DD4; }
span { border-color: rgb(170,45,212); }
td.TdClassName
{
border-color: #AA2DD4;
}
.TagClassName
{
border-color: #AA2DD4;
}
</style>