Shades of Dark Orchid #AA43C6
Tints of Dark Orchid #AA43C6
RGB
CMYK
RGB Variations
Color information
#AA43C6 (or 0xAA43C6) is known color: Dark Orchid. HEX triplet: AA, 43 and C6. RGB value is (170,67,198). Sum of RGB (Red+Green+Blue) = 170+67+198=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA43C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43C6 is #55BC39. Grayscale: #707070. Windows color (decimal): -5618746 or 12993450. OLE color: 12993450.
HSL color Cylindrical-coordinate representation of color #AA43C6: hue angle of 287.18º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA43C6 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 67 | 198 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.22 |
| HSL | 287.18º | 0.53% | 0.52% | - |
| HSV(B) | 287.18º | 0.66% | 0.78% | - |
| XYZ | 28.78 | 16.64 | 55.12 | - |
| YUV | 112.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 198 | 0.14 | 0.66 | 0 | 0.22 | 287.18 | 0.53 | 0.52 |
| Hex | AA | 43 | C6 | E | 42 | 0 | 16 | 11F | 35 | 34 |
| Octal | 252 | 103 | 306 | 16 | 102 | 0 | 26 | 437 | 65 | 64 |
| Binary | 10101010 | 1000011 | 11000110 | 1110 | 1000010 | 0 | 10110 | 100011111 | 110101 | 110100 |
Color Harmonies of #AA43C6
Complementary color
Monochromatic Colors of #AA43C6
Black with #AA43C6
Text Example
Text Example
White with #AA43C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43C6; }
p { color: rgb(170,67,198); }
H1.HeaderClassName
{
color: #AA43C6;
}
.AnyTagClassName
{
color: #AA43C6;
}
</style>
background-color css
<style>
a { background-color: #AA43C6; }
a { background-color: rgb(170,67,198); }
div.DivClassName
{
background-color: #AA43C6;
}
.BgClassName
{
background-color: #AA43C6;
}
</style>
border-color css
<style>
span { border-color: #AA43C6; }
span { border-color: rgb(170,67,198); }
td.TdClassName
{
border-color: #AA43C6;
}
.TagClassName
{
border-color: #AA43C6;
}
</style>