Shades of Dark Orchid #AA24C6
Tints of Dark Orchid #AA24C6
RGB
CMYK
RGB Variations
Color information
#AA24C6 (or 0xAA24C6) is known color: Dark Orchid. HEX triplet: AA, 24 and C6. RGB value is (170,36,198). Sum of RGB (Red+Green+Blue) = 170+36+198=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA24C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24C6 is #55DB39. Grayscale: #5E5E5E. Windows color (decimal): -5626682 or 12985514. OLE color: 12985514.
HSL color Cylindrical-coordinate representation of color #AA24C6: hue angle of 289.63º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA24C6 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 36 | 198 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.22 |
| HSL | 289.63º | 0.69% | 0.46% | - |
| HSV(B) | 289.63º | 0.82% | 0.78% | - |
| XYZ | 27.4 | 13.89 | 54.66 | - |
| YUV | 94.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 198 | 0.14 | 0.82 | 0 | 0.22 | 289.63 | 0.69 | 0.46 |
| Hex | AA | 24 | C6 | E | 52 | 0 | 16 | 122 | 45 | 2E |
| Octal | 252 | 44 | 306 | 16 | 122 | 0 | 26 | 442 | 105 | 56 |
| Binary | 10101010 | 100100 | 11000110 | 1110 | 1010010 | 0 | 10110 | 100100010 | 1000101 | 101110 |
Color Harmonies of #AA24C6
Complementary color
Monochromatic Colors of #AA24C6
Black with #AA24C6
Text Example
Text Example
White with #AA24C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24C6; }
p { color: rgb(170,36,198); }
H1.HeaderClassName
{
color: #AA24C6;
}
.AnyTagClassName
{
color: #AA24C6;
}
</style>
background-color css
<style>
a { background-color: #AA24C6; }
a { background-color: rgb(170,36,198); }
div.DivClassName
{
background-color: #AA24C6;
}
.BgClassName
{
background-color: #AA24C6;
}
</style>
border-color css
<style>
span { border-color: #AA24C6; }
span { border-color: rgb(170,36,198); }
td.TdClassName
{
border-color: #AA24C6;
}
.TagClassName
{
border-color: #AA24C6;
}
</style>