Shades of Dark Orchid #AA43C4
Tints of Dark Orchid #AA43C4
RGB
CMYK
RGB Variations
Color information
#AA43C4 (or 0xAA43C4) is known color: Dark Orchid. HEX triplet: AA, 43 and C4. RGB value is (170,67,196). Sum of RGB (Red+Green+Blue) = 170+67+196=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #AA43C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43C4 is #55BC3B. Grayscale: #707070. Windows color (decimal): -5618748 or 12862378. OLE color: 12862378.
HSL color Cylindrical-coordinate representation of color #AA43C4: hue angle of 287.91º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA43C4 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 67 | 196 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.23 |
| HSL | 287.91º | 0.52% | 0.52% | - |
| HSV(B) | 287.91º | 0.66% | 0.77% | - |
| XYZ | 28.55 | 16.55 | 53.91 | - |
| YUV | 112.5 | 175.12 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 196 | 0.13 | 0.66 | 0 | 0.23 | 287.91 | 0.52 | 0.52 |
| Hex | AA | 43 | C4 | D | 42 | 0 | 17 | 120 | 34 | 34 |
| Octal | 252 | 103 | 304 | 15 | 102 | 0 | 27 | 440 | 64 | 64 |
| Binary | 10101010 | 1000011 | 11000100 | 1101 | 1000010 | 0 | 10111 | 100100000 | 110100 | 110100 |
Color Harmonies of #AA43C4
Complementary color
Monochromatic Colors of #AA43C4
Black with #AA43C4
Text Example
Text Example
White with #AA43C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43C4; }
p { color: rgb(170,67,196); }
H1.HeaderClassName
{
color: #AA43C4;
}
.AnyTagClassName
{
color: #AA43C4;
}
</style>
background-color css
<style>
a { background-color: #AA43C4; }
a { background-color: rgb(170,67,196); }
div.DivClassName
{
background-color: #AA43C4;
}
.BgClassName
{
background-color: #AA43C4;
}
</style>
border-color css
<style>
span { border-color: #AA43C4; }
span { border-color: rgb(170,67,196); }
td.TdClassName
{
border-color: #AA43C4;
}
.TagClassName
{
border-color: #AA43C4;
}
</style>