Shades of Dark Orchid #AA3AB6
Tints of Dark Orchid #AA3AB6
RGB
CMYK
RGB Variations
Color information
#AA3AB6 (or 0xAA3AB6) is known color: Dark Orchid. HEX triplet: AA, 3A and B6. RGB value is (170,58,182). Sum of RGB (Red+Green+Blue) = 170+58+182=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #AA3AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AB6 is #55C549. Grayscale: #696969. Windows color (decimal): -5621066 or 11942570. OLE color: 11942570.
HSL color Cylindrical-coordinate representation of color #AA3AB6: hue angle of 294.19º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3AB6 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 58 | 182 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.29 |
| HSL | 294.19º | 0.52% | 0.47% | - |
| HSV(B) | 294.19º | 0.68% | 0.71% | - |
| XYZ | 26.53 | 14.95 | 45.74 | - |
| YUV | 105.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 182 | 0.07 | 0.68 | 0 | 0.29 | 294.19 | 0.52 | 0.47 |
| Hex | AA | 3A | B6 | 7 | 44 | 0 | 1D | 126 | 34 | 2F |
| Octal | 252 | 72 | 266 | 7 | 104 | 0 | 35 | 446 | 64 | 57 |
| Binary | 10101010 | 111010 | 10110110 | 111 | 1000100 | 0 | 11101 | 100100110 | 110100 | 101111 |
Color Harmonies of #AA3AB6
Complementary color
Monochromatic Colors of #AA3AB6
Black with #AA3AB6
Text Example
Text Example
White with #AA3AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3AB6; }
p { color: rgb(170,58,182); }
H1.HeaderClassName
{
color: #AA3AB6;
}
.AnyTagClassName
{
color: #AA3AB6;
}
</style>
background-color css
<style>
a { background-color: #AA3AB6; }
a { background-color: rgb(170,58,182); }
div.DivClassName
{
background-color: #AA3AB6;
}
.BgClassName
{
background-color: #AA3AB6;
}
</style>
border-color css
<style>
span { border-color: #AA3AB6; }
span { border-color: rgb(170,58,182); }
td.TdClassName
{
border-color: #AA3AB6;
}
.TagClassName
{
border-color: #AA3AB6;
}
</style>