Shades of Dark Orchid #AA15B8
Tints of Dark Orchid #AA15B8
RGB
CMYK
RGB Variations
Color information
#AA15B8 (or 0xAA15B8) is known color: Dark Orchid. HEX triplet: AA, 15 and B8. RGB value is (170,21,184). Sum of RGB (Red+Green+Blue) = 170+21+184=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA15B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15B8 is #55EA47. Grayscale: #535353. Windows color (decimal): -5630536 or 12064170. OLE color: 12064170.
HSL color Cylindrical-coordinate representation of color #AA15B8: hue angle of 294.85º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA15B8 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 21 | 184 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.28 |
| HSL | 294.85º | 0.8% | 0.4% | - |
| HSV(B) | 294.85º | 0.89% | 0.72% | - |
| XYZ | 25.5 | 12.54 | 46.42 | - |
| YUV | 84.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 184 | 0.08 | 0.89 | 0 | 0.28 | 294.85 | 0.8 | 0.4 |
| Hex | AA | 15 | B8 | 8 | 59 | 0 | 1C | 127 | 50 | 28 |
| Octal | 252 | 25 | 270 | 10 | 131 | 0 | 34 | 447 | 120 | 50 |
| Binary | 10101010 | 10101 | 10111000 | 1000 | 1011001 | 0 | 11100 | 100100111 | 1010000 | 101000 |
Color Harmonies of #AA15B8
Complementary color
Monochromatic Colors of #AA15B8
Black with #AA15B8
Text Example
Text Example
White with #AA15B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15B8; }
p { color: rgb(170,21,184); }
H1.HeaderClassName
{
color: #AA15B8;
}
.AnyTagClassName
{
color: #AA15B8;
}
</style>
background-color css
<style>
a { background-color: #AA15B8; }
a { background-color: rgb(170,21,184); }
div.DivClassName
{
background-color: #AA15B8;
}
.BgClassName
{
background-color: #AA15B8;
}
</style>
border-color css
<style>
span { border-color: #AA15B8; }
span { border-color: rgb(170,21,184); }
td.TdClassName
{
border-color: #AA15B8;
}
.TagClassName
{
border-color: #AA15B8;
}
</style>