Shades of Dark Orchid #AA41C6
Tints of Dark Orchid #AA41C6
RGB
CMYK
RGB Variations
Color information
#AA41C6 (or 0xAA41C6) is known color: Dark Orchid. HEX triplet: AA, 41 and C6. RGB value is (170,65,198). Sum of RGB (Red+Green+Blue) = 170+65+198=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA41C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41C6 is #55BE39. Grayscale: #6F6F6F. Windows color (decimal): -5619258 or 12992938. OLE color: 12992938.
HSL color Cylindrical-coordinate representation of color #AA41C6: hue angle of 287.37º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA41C6 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 65 | 198 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.22 |
| HSL | 287.37º | 0.54% | 0.52% | - |
| HSV(B) | 287.37º | 0.67% | 0.78% | - |
| XYZ | 28.66 | 16.4 | 55.08 | - |
| YUV | 111.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 198 | 0.14 | 0.67 | 0 | 0.22 | 287.37 | 0.54 | 0.52 |
| Hex | AA | 41 | C6 | E | 43 | 0 | 16 | 11F | 36 | 34 |
| Octal | 252 | 101 | 306 | 16 | 103 | 0 | 26 | 437 | 66 | 64 |
| Binary | 10101010 | 1000001 | 11000110 | 1110 | 1000011 | 0 | 10110 | 100011111 | 110110 | 110100 |
Color Harmonies of #AA41C6
Complementary color
Monochromatic Colors of #AA41C6
Black with #AA41C6
Text Example
Text Example
White with #AA41C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41C6; }
p { color: rgb(170,65,198); }
H1.HeaderClassName
{
color: #AA41C6;
}
.AnyTagClassName
{
color: #AA41C6;
}
</style>
background-color css
<style>
a { background-color: #AA41C6; }
a { background-color: rgb(170,65,198); }
div.DivClassName
{
background-color: #AA41C6;
}
.BgClassName
{
background-color: #AA41C6;
}
</style>
border-color css
<style>
span { border-color: #AA41C6; }
span { border-color: rgb(170,65,198); }
td.TdClassName
{
border-color: #AA41C6;
}
.TagClassName
{
border-color: #AA41C6;
}
</style>