Shades of Dark Orchid #AA3CB7
Tints of Dark Orchid #AA3CB7
RGB
CMYK
RGB Variations
Color information
#AA3CB7 (or 0xAA3CB7) is known color: Dark Orchid. HEX triplet: AA, 3C and B7. RGB value is (170,60,183). Sum of RGB (Red+Green+Blue) = 170+60+183=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA3CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CB7 is #55C348. Grayscale: #6A6A6A. Windows color (decimal): -5620553 or 12008618. OLE color: 12008618.
HSL color Cylindrical-coordinate representation of color #AA3CB7: hue angle of 293.66º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3CB7 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 60 | 183 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.28 |
| HSL | 293.66º | 0.51% | 0.48% | - |
| HSV(B) | 293.66º | 0.67% | 0.72% | - |
| XYZ | 26.74 | 15.2 | 46.32 | - |
| YUV | 106.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 183 | 0.07 | 0.67 | 0 | 0.28 | 293.66 | 0.51 | 0.48 |
| Hex | AA | 3C | B7 | 7 | 43 | 0 | 1C | 126 | 33 | 30 |
| Octal | 252 | 74 | 267 | 7 | 103 | 0 | 34 | 446 | 63 | 60 |
| Binary | 10101010 | 111100 | 10110111 | 111 | 1000011 | 0 | 11100 | 100100110 | 110011 | 110000 |
Color Harmonies of #AA3CB7
Complementary color
Monochromatic Colors of #AA3CB7
Black with #AA3CB7
Text Example
Text Example
White with #AA3CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CB7; }
p { color: rgb(170,60,183); }
H1.HeaderClassName
{
color: #AA3CB7;
}
.AnyTagClassName
{
color: #AA3CB7;
}
</style>
background-color css
<style>
a { background-color: #AA3CB7; }
a { background-color: rgb(170,60,183); }
div.DivClassName
{
background-color: #AA3CB7;
}
.BgClassName
{
background-color: #AA3CB7;
}
</style>
border-color css
<style>
span { border-color: #AA3CB7; }
span { border-color: rgb(170,60,183); }
td.TdClassName
{
border-color: #AA3CB7;
}
.TagClassName
{
border-color: #AA3CB7;
}
</style>