Shades of Dark Orchid #AA24BC
Tints of Dark Orchid #AA24BC
RGB
CMYK
RGB Variations
Color information
#AA24BC (or 0xAA24BC) is known color: Dark Orchid. HEX triplet: AA, 24 and BC. RGB value is (170,36,188). Sum of RGB (Red+Green+Blue) = 170+36+188=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24BC is #55DB43. Grayscale: #5C5C5C. Windows color (decimal): -5626692 or 12330154. OLE color: 12330154.
HSL color Cylindrical-coordinate representation of color #AA24BC: hue angle of 292.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA24BC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 36 | 188 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.26 |
| HSL | 292.89º | 0.68% | 0.44% | - |
| HSV(B) | 292.89º | 0.81% | 0.74% | - |
| XYZ | 26.29 | 13.44 | 48.79 | - |
| YUV | 93.39 | 181.39 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 188 | 0.10 | 0.81 | 0 | 0.26 | 292.89 | 0.68 | 0.44 |
| Hex | AA | 24 | BC | A | 51 | 0 | 1A | 125 | 44 | 2C |
| Octal | 252 | 44 | 274 | 12 | 121 | 0 | 32 | 445 | 104 | 54 |
| Binary | 10101010 | 100100 | 10111100 | 1010 | 1010001 | 0 | 11010 | 100100101 | 1000100 | 101100 |
Color Harmonies of #AA24BC
Complementary color
Monochromatic Colors of #AA24BC
Black with #AA24BC
Text Example
Text Example
White with #AA24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24BC; }
p { color: rgb(170,36,188); }
H1.HeaderClassName
{
color: #AA24BC;
}
.AnyTagClassName
{
color: #AA24BC;
}
</style>
background-color css
<style>
a { background-color: #AA24BC; }
a { background-color: rgb(170,36,188); }
div.DivClassName
{
background-color: #AA24BC;
}
.BgClassName
{
background-color: #AA24BC;
}
</style>
border-color css
<style>
span { border-color: #AA24BC; }
span { border-color: rgb(170,36,188); }
td.TdClassName
{
border-color: #AA24BC;
}
.TagClassName
{
border-color: #AA24BC;
}
</style>