Shades of Dark Orchid #AA19C6
Tints of Dark Orchid #AA19C6
RGB
CMYK
RGB Variations
Color information
#AA19C6 (or 0xAA19C6) is known color: Dark Orchid. HEX triplet: AA, 19 and C6. RGB value is (170,25,198). Sum of RGB (Red+Green+Blue) = 170+25+198=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA19C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA19C6 is #55E639. Grayscale: #575757. Windows color (decimal): -5629498 or 12982698. OLE color: 12982698.
HSL color Cylindrical-coordinate representation of color #AA19C6: hue angle of 290.29º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA19C6 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 25 | 198 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.22 |
| HSL | 290.29º | 0.78% | 0.44% | - |
| HSV(B) | 290.29º | 0.87% | 0.78% | - |
| XYZ | 27.12 | 13.32 | 54.57 | - |
| YUV | 88.08 | 190.04 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 198 | 0.14 | 0.87 | 0 | 0.22 | 290.29 | 0.78 | 0.44 |
| Hex | AA | 19 | C6 | E | 57 | 0 | 16 | 122 | 4E | 2C |
| Octal | 252 | 31 | 306 | 16 | 127 | 0 | 26 | 442 | 116 | 54 |
| Binary | 10101010 | 11001 | 11000110 | 1110 | 1010111 | 0 | 10110 | 100100010 | 1001110 | 101100 |
Color Harmonies of #AA19C6
Complementary color
Monochromatic Colors of #AA19C6
Black with #AA19C6
Text Example
Text Example
White with #AA19C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19C6; }
p { color: rgb(170,25,198); }
H1.HeaderClassName
{
color: #AA19C6;
}
.AnyTagClassName
{
color: #AA19C6;
}
</style>
background-color css
<style>
a { background-color: #AA19C6; }
a { background-color: rgb(170,25,198); }
div.DivClassName
{
background-color: #AA19C6;
}
.BgClassName
{
background-color: #AA19C6;
}
</style>
border-color css
<style>
span { border-color: #AA19C6; }
span { border-color: rgb(170,25,198); }
td.TdClassName
{
border-color: #AA19C6;
}
.TagClassName
{
border-color: #AA19C6;
}
</style>