Shades of Dark Orchid #AA25A8
Tints of Dark Orchid #AA25A8
RGB
CMYK
RGB Variations
Color information
#AA25A8 (or 0xAA25A8) is known color: Dark Orchid. HEX triplet: AA, 25 and A8. RGB value is (170,37,168). Sum of RGB (Red+Green+Blue) = 170+37+168=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA25A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25A8 is #55DA57. Grayscale: #5B5B5B. Windows color (decimal): -5626456 or 11019690. OLE color: 11019690.
HSL color Cylindrical-coordinate representation of color #AA25A8: hue angle of 300.9º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA25A8 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 37 | 168 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.33 |
| HSL | 300.9º | 0.64% | 0.41% | - |
| HSV(B) | 300.9º | 0.78% | 0.67% | - |
| XYZ | 24.31 | 12.7 | 38.22 | - |
| YUV | 91.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 168 | 0 | 0.78 | 0.01 | 0.33 | 300.9 | 0.64 | 0.41 |
| Hex | AA | 25 | A8 | 0 | 4E | 1 | 21 | 12D | 40 | 29 |
| Octal | 252 | 45 | 250 | 0 | 116 | 1 | 41 | 455 | 100 | 51 |
| Binary | 10101010 | 100101 | 10101000 | 0 | 1001110 | 1 | 100001 | 100101101 | 1000000 | 101001 |
Color Harmonies of #AA25A8
Complementary color
Monochromatic Colors of #AA25A8
Black with #AA25A8
Text Example
Text Example
White with #AA25A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25A8; }
p { color: rgb(170,37,168); }
H1.HeaderClassName
{
color: #AA25A8;
}
.AnyTagClassName
{
color: #AA25A8;
}
</style>
background-color css
<style>
a { background-color: #AA25A8; }
a { background-color: rgb(170,37,168); }
div.DivClassName
{
background-color: #AA25A8;
}
.BgClassName
{
background-color: #AA25A8;
}
</style>
border-color css
<style>
span { border-color: #AA25A8; }
span { border-color: rgb(170,37,168); }
td.TdClassName
{
border-color: #AA25A8;
}
.TagClassName
{
border-color: #AA25A8;
}
</style>