Shades of Dark Orchid #AA3BE1
Tints of Dark Orchid #AA3BE1
RGB
CMYK
RGB Variations
Color information
#AA3BE1 (or 0xAA3BE1) is known color: Dark Orchid. HEX triplet: AA, 3B and E1. RGB value is (170,59,225). Sum of RGB (Red+Green+Blue) = 170+59+225=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 225 (88.28% from 255 or 49.56% from 454); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BE1 is #55C41E. Grayscale: #6E6E6E. Windows color (decimal): -5620767 or 14760874. OLE color: 14760874.
HSL color Cylindrical-coordinate representation of color #AA3BE1: hue angle of 280.12º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA3BE1 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 59 | 225 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.12 |
| HSL | 280.12º | 0.73% | 0.56% | - |
| HSV(B) | 280.12º | 0.74% | 0.88% | - |
| XYZ | 31.73 | 17.11 | 72.86 | - |
| YUV | 111.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 225 | 0.24 | 0.74 | 0 | 0.12 | 280.12 | 0.73 | 0.56 |
| Hex | AA | 3B | E1 | 18 | 4A | 0 | C | 118 | 49 | 38 |
| Octal | 252 | 73 | 341 | 30 | 112 | 0 | 14 | 430 | 111 | 70 |
| Binary | 10101010 | 111011 | 11100001 | 11000 | 1001010 | 0 | 1100 | 100011000 | 1001001 | 111000 |
Color Harmonies of #AA3BE1
Complementary color
Monochromatic Colors of #AA3BE1
Black with #AA3BE1
Text Example
Text Example
White with #AA3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BE1; }
p { color: rgb(170,59,225); }
H1.HeaderClassName
{
color: #AA3BE1;
}
.AnyTagClassName
{
color: #AA3BE1;
}
</style>
background-color css
<style>
a { background-color: #AA3BE1; }
a { background-color: rgb(170,59,225); }
div.DivClassName
{
background-color: #AA3BE1;
}
.BgClassName
{
background-color: #AA3BE1;
}
</style>
border-color css
<style>
span { border-color: #AA3BE1; }
span { border-color: rgb(170,59,225); }
td.TdClassName
{
border-color: #AA3BE1;
}
.TagClassName
{
border-color: #AA3BE1;
}
</style>