Shades of Dark Orchid #AA40C6
Tints of Dark Orchid #AA40C6
RGB
CMYK
RGB Variations
Color information
#AA40C6 (or 0xAA40C6) is known color: Dark Orchid. HEX triplet: AA, 40 and C6. RGB value is (170,64,198). Sum of RGB (Red+Green+Blue) = 170+64+198=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA40C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40C6 is #55BF39. Grayscale: #6E6E6E. Windows color (decimal): -5619514 or 12992682. OLE color: 12992682.
HSL color Cylindrical-coordinate representation of color #AA40C6: hue angle of 287.46º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA40C6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 64 | 198 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.22 |
| HSL | 287.46º | 0.54% | 0.51% | - |
| HSV(B) | 287.46º | 0.68% | 0.78% | - |
| XYZ | 28.6 | 16.29 | 55.06 | - |
| YUV | 110.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 198 | 0.14 | 0.68 | 0 | 0.22 | 287.46 | 0.54 | 0.51 |
| Hex | AA | 40 | C6 | E | 44 | 0 | 16 | 11F | 36 | 33 |
| Octal | 252 | 100 | 306 | 16 | 104 | 0 | 26 | 437 | 66 | 63 |
| Binary | 10101010 | 1000000 | 11000110 | 1110 | 1000100 | 0 | 10110 | 100011111 | 110110 | 110011 |
Color Harmonies of #AA40C6
Complementary color
Monochromatic Colors of #AA40C6
Black with #AA40C6
Text Example
Text Example
White with #AA40C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40C6; }
p { color: rgb(170,64,198); }
H1.HeaderClassName
{
color: #AA40C6;
}
.AnyTagClassName
{
color: #AA40C6;
}
</style>
background-color css
<style>
a { background-color: #AA40C6; }
a { background-color: rgb(170,64,198); }
div.DivClassName
{
background-color: #AA40C6;
}
.BgClassName
{
background-color: #AA40C6;
}
</style>
border-color css
<style>
span { border-color: #AA40C6; }
span { border-color: rgb(170,64,198); }
td.TdClassName
{
border-color: #AA40C6;
}
.TagClassName
{
border-color: #AA40C6;
}
</style>