Shades of Dark Orchid #AA3BB7
Tints of Dark Orchid #AA3BB7
RGB
CMYK
RGB Variations
Color information
#AA3BB7 (or 0xAA3BB7) is known color: Dark Orchid. HEX triplet: AA, 3B and B7. RGB value is (170,59,183). Sum of RGB (Red+Green+Blue) = 170+59+183=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA3BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BB7 is #55C448. Grayscale: #696969. Windows color (decimal): -5620809 or 12008362. OLE color: 12008362.
HSL color Cylindrical-coordinate representation of color #AA3BB7: hue angle of 293.71º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3BB7 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 59 | 183 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.28 |
| HSL | 293.71º | 0.51% | 0.47% | - |
| HSV(B) | 293.71º | 0.68% | 0.72% | - |
| XYZ | 26.69 | 15.09 | 46.31 | - |
| YUV | 106.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 183 | 0.07 | 0.68 | 0 | 0.28 | 293.71 | 0.51 | 0.47 |
| Hex | AA | 3B | B7 | 7 | 44 | 0 | 1C | 126 | 33 | 2F |
| Octal | 252 | 73 | 267 | 7 | 104 | 0 | 34 | 446 | 63 | 57 |
| Binary | 10101010 | 111011 | 10110111 | 111 | 1000100 | 0 | 11100 | 100100110 | 110011 | 101111 |
Color Harmonies of #AA3BB7
Complementary color
Monochromatic Colors of #AA3BB7
Black with #AA3BB7
Text Example
Text Example
White with #AA3BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BB7; }
p { color: rgb(170,59,183); }
H1.HeaderClassName
{
color: #AA3BB7;
}
.AnyTagClassName
{
color: #AA3BB7;
}
</style>
background-color css
<style>
a { background-color: #AA3BB7; }
a { background-color: rgb(170,59,183); }
div.DivClassName
{
background-color: #AA3BB7;
}
.BgClassName
{
background-color: #AA3BB7;
}
</style>
border-color css
<style>
span { border-color: #AA3BB7; }
span { border-color: rgb(170,59,183); }
td.TdClassName
{
border-color: #AA3BB7;
}
.TagClassName
{
border-color: #AA3BB7;
}
</style>