Shades of Dark Orchid #AA2ADF
Tints of Dark Orchid #AA2ADF
RGB
CMYK
RGB Variations
Color information
#AA2ADF (or 0xAA2ADF) is known color: Dark Orchid. HEX triplet: AA, 2A and DF. RGB value is (170,42,223). Sum of RGB (Red+Green+Blue) = 170+42+223=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ADF is #55D520. Grayscale: #646464. Windows color (decimal): -5625121 or 14625450. OLE color: 14625450.
HSL color Cylindrical-coordinate representation of color #AA2ADF: hue angle of 282.43º 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 #AA2ADF is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 42 | 223 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.13 |
| HSL | 282.43º | 0.74% | 0.52% | - |
| HSV(B) | 282.43º | 0.81% | 0.87% | - |
| XYZ | 30.72 | 15.53 | 71.19 | - |
| YUV | 100.91 | 196.91 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 223 | 0.24 | 0.81 | 0 | 0.13 | 282.43 | 0.74 | 0.52 |
| Hex | AA | 2A | DF | 18 | 51 | 0 | D | 11A | 4A | 34 |
| Octal | 252 | 52 | 337 | 30 | 121 | 0 | 15 | 432 | 112 | 64 |
| Binary | 10101010 | 101010 | 11011111 | 11000 | 1010001 | 0 | 1101 | 100011010 | 1001010 | 110100 |
Color Harmonies of #AA2ADF
Complementary color
Monochromatic Colors of #AA2ADF
Black with #AA2ADF
Text Example
Text Example
White with #AA2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ADF; }
p { color: rgb(170,42,223); }
H1.HeaderClassName
{
color: #AA2ADF;
}
.AnyTagClassName
{
color: #AA2ADF;
}
</style>
background-color css
<style>
a { background-color: #AA2ADF; }
a { background-color: rgb(170,42,223); }
div.DivClassName
{
background-color: #AA2ADF;
}
.BgClassName
{
background-color: #AA2ADF;
}
</style>
border-color css
<style>
span { border-color: #AA2ADF; }
span { border-color: rgb(170,42,223); }
td.TdClassName
{
border-color: #AA2ADF;
}
.TagClassName
{
border-color: #AA2ADF;
}
</style>