Shades of Dark Orchid #AA24C3
Tints of Dark Orchid #AA24C3
RGB
CMYK
RGB Variations
Color information
#AA24C3 (or 0xAA24C3) is known color: Dark Orchid. HEX triplet: AA, 24 and C3. RGB value is (170,36,195). Sum of RGB (Red+Green+Blue) = 170+36+195=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA24C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA24C3 is #55DB3C. Grayscale: #5D5D5D. Windows color (decimal): -5626685 or 12788906. OLE color: 12788906.
HSL color Cylindrical-coordinate representation of color #AA24C3: hue angle of 290.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA24C3 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 36 | 195 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.24 |
| HSL | 290.57º | 0.69% | 0.45% | - |
| HSV(B) | 290.57º | 0.82% | 0.76% | - |
| XYZ | 27.06 | 13.75 | 52.86 | - |
| YUV | 94.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 195 | 0.13 | 0.82 | 0 | 0.24 | 290.57 | 0.69 | 0.45 |
| Hex | AA | 24 | C3 | D | 52 | 0 | 18 | 123 | 45 | 2D |
| Octal | 252 | 44 | 303 | 15 | 122 | 0 | 30 | 443 | 105 | 55 |
| Binary | 10101010 | 100100 | 11000011 | 1101 | 1010010 | 0 | 11000 | 100100011 | 1000101 | 101101 |
Color Harmonies of #AA24C3
Complementary color
Monochromatic Colors of #AA24C3
Black with #AA24C3
Text Example
Text Example
White with #AA24C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA24C3; }
p { color: rgb(170,36,195); }
H1.HeaderClassName
{
color: #AA24C3;
}
.AnyTagClassName
{
color: #AA24C3;
}
</style>
background-color css
<style>
a { background-color: #AA24C3; }
a { background-color: rgb(170,36,195); }
div.DivClassName
{
background-color: #AA24C3;
}
.BgClassName
{
background-color: #AA24C3;
}
</style>
border-color css
<style>
span { border-color: #AA24C3; }
span { border-color: rgb(170,36,195); }
td.TdClassName
{
border-color: #AA24C3;
}
.TagClassName
{
border-color: #AA24C3;
}
</style>