Shades of Dark Orchid #AA43C9
Tints of Dark Orchid #AA43C9
RGB
CMYK
RGB Variations
Color information
#AA43C9 (or 0xAA43C9) is known color: Dark Orchid. HEX triplet: AA, 43 and C9. RGB value is (170,67,201). Sum of RGB (Red+Green+Blue) = 170+67+201=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA43C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43C9 is #55BC36. Grayscale: #707070. Windows color (decimal): -5618743 or 13190058. OLE color: 13190058.
HSL color Cylindrical-coordinate representation of color #AA43C9: hue angle of 286.12º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA43C9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 67 | 201 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.21 |
| HSL | 286.12º | 0.55% | 0.53% | - |
| HSV(B) | 286.12º | 0.67% | 0.79% | - |
| XYZ | 29.13 | 16.78 | 56.96 | - |
| YUV | 113.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 201 | 0.15 | 0.67 | 0 | 0.21 | 286.12 | 0.55 | 0.53 |
| Hex | AA | 43 | C9 | F | 43 | 0 | 15 | 11E | 37 | 35 |
| Octal | 252 | 103 | 311 | 17 | 103 | 0 | 25 | 436 | 67 | 65 |
| Binary | 10101010 | 1000011 | 11001001 | 1111 | 1000011 | 0 | 10101 | 100011110 | 110111 | 110101 |
Color Harmonies of #AA43C9
Complementary color
Monochromatic Colors of #AA43C9
Black with #AA43C9
Text Example
Text Example
White with #AA43C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43C9; }
p { color: rgb(170,67,201); }
H1.HeaderClassName
{
color: #AA43C9;
}
.AnyTagClassName
{
color: #AA43C9;
}
</style>
background-color css
<style>
a { background-color: #AA43C9; }
a { background-color: rgb(170,67,201); }
div.DivClassName
{
background-color: #AA43C9;
}
.BgClassName
{
background-color: #AA43C9;
}
</style>
border-color css
<style>
span { border-color: #AA43C9; }
span { border-color: rgb(170,67,201); }
td.TdClassName
{
border-color: #AA43C9;
}
.TagClassName
{
border-color: #AA43C9;
}
</style>