Shades of Dark Orchid #AA25B7
Tints of Dark Orchid #AA25B7
RGB
CMYK
RGB Variations
Color information
#AA25B7 (or 0xAA25B7) is known color: Dark Orchid. HEX triplet: AA, 25 and B7. RGB value is (170,37,183). Sum of RGB (Red+Green+Blue) = 170+37+183=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA25B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25B7 is #55DA48. Grayscale: #5C5C5C. Windows color (decimal): -5626441 or 12002730. OLE color: 12002730.
HSL color Cylindrical-coordinate representation of color #AA25B7: hue angle of 294.66º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA25B7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 37 | 183 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.28 |
| HSL | 294.66º | 0.66% | 0.43% | - |
| HSV(B) | 294.66º | 0.8% | 0.72% | - |
| XYZ | 25.79 | 13.29 | 46.01 | - |
| YUV | 93.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 183 | 0.07 | 0.80 | 0 | 0.28 | 294.66 | 0.66 | 0.43 |
| Hex | AA | 25 | B7 | 7 | 50 | 0 | 1C | 127 | 42 | 2B |
| Octal | 252 | 45 | 267 | 7 | 120 | 0 | 34 | 447 | 102 | 53 |
| Binary | 10101010 | 100101 | 10110111 | 111 | 1010000 | 0 | 11100 | 100100111 | 1000010 | 101011 |
Color Harmonies of #AA25B7
Complementary color
Monochromatic Colors of #AA25B7
Black with #AA25B7
Text Example
Text Example
White with #AA25B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25B7; }
p { color: rgb(170,37,183); }
H1.HeaderClassName
{
color: #AA25B7;
}
.AnyTagClassName
{
color: #AA25B7;
}
</style>
background-color css
<style>
a { background-color: #AA25B7; }
a { background-color: rgb(170,37,183); }
div.DivClassName
{
background-color: #AA25B7;
}
.BgClassName
{
background-color: #AA25B7;
}
</style>
border-color css
<style>
span { border-color: #AA25B7; }
span { border-color: rgb(170,37,183); }
td.TdClassName
{
border-color: #AA25B7;
}
.TagClassName
{
border-color: #AA25B7;
}
</style>