Shades of Dark Orchid #AA2FDA
Tints of Dark Orchid #AA2FDA
RGB
CMYK
RGB Variations
Color information
#AA2FDA (or 0xAA2FDA) is known color: Dark Orchid. HEX triplet: AA, 2F and DA. RGB value is (170,47,218). Sum of RGB (Red+Green+Blue) = 170+47+218=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA2FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FDA is #55D025. Grayscale: #666666. Windows color (decimal): -5623846 or 14299050. OLE color: 14299050.
HSL color Cylindrical-coordinate representation of color #AA2FDA: hue angle of 283.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA2FDA is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 47 | 218 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.15 |
| HSL | 283.16º | 0.7% | 0.52% | - |
| HSV(B) | 283.16º | 0.78% | 0.85% | - |
| XYZ | 30.25 | 15.64 | 67.75 | - |
| YUV | 103.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 47 | 218 | 0.22 | 0.78 | 0 | 0.15 | 283.16 | 0.7 | 0.52 |
| Hex | AA | 2F | DA | 16 | 4E | 0 | F | 11B | 46 | 34 |
| Octal | 252 | 57 | 332 | 26 | 116 | 0 | 17 | 433 | 106 | 64 |
| Binary | 10101010 | 101111 | 11011010 | 10110 | 1001110 | 0 | 1111 | 100011011 | 1000110 | 110100 |
Color Harmonies of #AA2FDA
Complementary color
Monochromatic Colors of #AA2FDA
Black with #AA2FDA
Text Example
Text Example
White with #AA2FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2FDA; }
p { color: rgb(170,47,218); }
H1.HeaderClassName
{
color: #AA2FDA;
}
.AnyTagClassName
{
color: #AA2FDA;
}
</style>
background-color css
<style>
a { background-color: #AA2FDA; }
a { background-color: rgb(170,47,218); }
div.DivClassName
{
background-color: #AA2FDA;
}
.BgClassName
{
background-color: #AA2FDA;
}
</style>
border-color css
<style>
span { border-color: #AA2FDA; }
span { border-color: rgb(170,47,218); }
td.TdClassName
{
border-color: #AA2FDA;
}
.TagClassName
{
border-color: #AA2FDA;
}
</style>