Shades of Dark Orchid #AA15B7
Tints of Dark Orchid #AA15B7
RGB
CMYK
RGB Variations
Color information
#AA15B7 (or 0xAA15B7) is known color: Dark Orchid. HEX triplet: AA, 15 and B7. RGB value is (170,21,183). Sum of RGB (Red+Green+Blue) = 170+21+183=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA15B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15B7 is #55EA48. Grayscale: #535353. Windows color (decimal): -5630537 or 11998634. OLE color: 11998634.
HSL color Cylindrical-coordinate representation of color #AA15B7: hue angle of 295.19º degrees, saturation: 0.79, 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 #AA15B7 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 21 | 183 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.28 |
| HSL | 295.19º | 0.79% | 0.4% | - |
| HSV(B) | 295.19º | 0.89% | 0.72% | - |
| XYZ | 25.39 | 12.5 | 45.87 | - |
| YUV | 84.02 | 183.86 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 183 | 0.07 | 0.89 | 0 | 0.28 | 295.19 | 0.79 | 0.4 |
| Hex | AA | 15 | B7 | 7 | 59 | 0 | 1C | 127 | 4F | 28 |
| Octal | 252 | 25 | 267 | 7 | 131 | 0 | 34 | 447 | 117 | 50 |
| Binary | 10101010 | 10101 | 10110111 | 111 | 1011001 | 0 | 11100 | 100100111 | 1001111 | 101000 |
Color Harmonies of #AA15B7
Complementary color
Monochromatic Colors of #AA15B7
Black with #AA15B7
Text Example
Text Example
White with #AA15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15B7; }
p { color: rgb(170,21,183); }
H1.HeaderClassName
{
color: #AA15B7;
}
.AnyTagClassName
{
color: #AA15B7;
}
</style>
background-color css
<style>
a { background-color: #AA15B7; }
a { background-color: rgb(170,21,183); }
div.DivClassName
{
background-color: #AA15B7;
}
.BgClassName
{
background-color: #AA15B7;
}
</style>
border-color css
<style>
span { border-color: #AA15B7; }
span { border-color: rgb(170,21,183); }
td.TdClassName
{
border-color: #AA15B7;
}
.TagClassName
{
border-color: #AA15B7;
}
</style>