Shades of Dark Orchid #AA3AB7
Tints of Dark Orchid #AA3AB7
RGB
CMYK
RGB Variations
Color information
#AA3AB7 (or 0xAA3AB7) is known color: Dark Orchid. HEX triplet: AA, 3A and B7. RGB value is (170,58,183). Sum of RGB (Red+Green+Blue) = 170+58+183=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA3AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AB7 is #55C548. Grayscale: #696969. Windows color (decimal): -5621065 or 12008106. OLE color: 12008106.
HSL color Cylindrical-coordinate representation of color #AA3AB7: hue angle of 293.76º degrees, saturation: 0.52, 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 #AA3AB7 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 58 | 183 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.28 |
| HSL | 293.76º | 0.52% | 0.47% | - |
| HSV(B) | 293.76º | 0.68% | 0.72% | - |
| XYZ | 26.64 | 14.99 | 46.29 | - |
| YUV | 105.74 | 171.61 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 183 | 0.07 | 0.68 | 0 | 0.28 | 293.76 | 0.52 | 0.47 |
| Hex | AA | 3A | B7 | 7 | 44 | 0 | 1C | 126 | 34 | 2F |
| Octal | 252 | 72 | 267 | 7 | 104 | 0 | 34 | 446 | 64 | 57 |
| Binary | 10101010 | 111010 | 10110111 | 111 | 1000100 | 0 | 11100 | 100100110 | 110100 | 101111 |
Color Harmonies of #AA3AB7
Complementary color
Monochromatic Colors of #AA3AB7
Black with #AA3AB7
Text Example
Text Example
White with #AA3AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AB7; }
p { color: rgb(170,58,183); }
H1.HeaderClassName
{
color: #AA3AB7;
}
.AnyTagClassName
{
color: #AA3AB7;
}
</style>
background-color css
<style>
a { background-color: #AA3AB7; }
a { background-color: rgb(170,58,183); }
div.DivClassName
{
background-color: #AA3AB7;
}
.BgClassName
{
background-color: #AA3AB7;
}
</style>
border-color css
<style>
span { border-color: #AA3AB7; }
span { border-color: rgb(170,58,183); }
td.TdClassName
{
border-color: #AA3AB7;
}
.TagClassName
{
border-color: #AA3AB7;
}
</style>