Shades of Dark Orchid #AA3BED
Tints of Dark Orchid #AA3BED
RGB
CMYK
RGB Variations
Color information
#AA3BED (or 0xAA3BED) is known color: Dark Orchid. HEX triplet: AA, 3B and ED. RGB value is (170,59,237). Sum of RGB (Red+Green+Blue) = 170+59+237=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3BED is #55C412. Grayscale: #6F6F6F. Windows color (decimal): -5620755 or 15547306. OLE color: 15547306.
HSL color Cylindrical-coordinate representation of color #AA3BED: hue angle of 277.42º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3BED is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 59 | 237 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.07 |
| HSL | 277.42º | 0.83% | 0.58% | - |
| HSV(B) | 277.42º | 0.75% | 0.93% | - |
| XYZ | 33.43 | 17.79 | 81.79 | - |
| YUV | 112.48 | 198.27 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 237 | 0.28 | 0.75 | 0 | 0.07 | 277.42 | 0.83 | 0.58 |
| Hex | AA | 3B | ED | 1C | 4B | 0 | 7 | 115 | 53 | 3A |
| Octal | 252 | 73 | 355 | 34 | 113 | 0 | 7 | 425 | 123 | 72 |
| Binary | 10101010 | 111011 | 11101101 | 11100 | 1001011 | 0 | 111 | 100010101 | 1010011 | 111010 |
Color Harmonies of #AA3BED
Complementary color
Monochromatic Colors of #AA3BED
Black with #AA3BED
Text Example
Text Example
White with #AA3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BED; }
p { color: rgb(170,59,237); }
H1.HeaderClassName
{
color: #AA3BED;
}
.AnyTagClassName
{
color: #AA3BED;
}
</style>
background-color css
<style>
a { background-color: #AA3BED; }
a { background-color: rgb(170,59,237); }
div.DivClassName
{
background-color: #AA3BED;
}
.BgClassName
{
background-color: #AA3BED;
}
</style>
border-color css
<style>
span { border-color: #AA3BED; }
span { border-color: rgb(170,59,237); }
td.TdClassName
{
border-color: #AA3BED;
}
.TagClassName
{
border-color: #AA3BED;
}
</style>