Shades of Dark Orchid #AA25AD
Tints of Dark Orchid #AA25AD
RGB
CMYK
RGB Variations
Color information
#AA25AD (or 0xAA25AD) is known color: Dark Orchid. HEX triplet: AA, 25 and AD. RGB value is (170,37,173). Sum of RGB (Red+Green+Blue) = 170+37+173=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA25AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA25AD is #55DA52. Grayscale: #5B5B5B. Windows color (decimal): -5626451 or 11347370. OLE color: 11347370.
HSL color Cylindrical-coordinate representation of color #AA25AD: hue angle of 298.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA25AD is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 37 | 173 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.32 |
| HSL | 298.68º | 0.65% | 0.41% | - |
| HSV(B) | 298.68º | 0.79% | 0.68% | - |
| XYZ | 24.78 | 12.89 | 40.72 | - |
| YUV | 92.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 173 | 0.02 | 0.79 | 0 | 0.32 | 298.68 | 0.65 | 0.41 |
| Hex | AA | 25 | AD | 2 | 4F | 0 | 20 | 12B | 41 | 29 |
| Octal | 252 | 45 | 255 | 2 | 117 | 0 | 40 | 453 | 101 | 51 |
| Binary | 10101010 | 100101 | 10101101 | 10 | 1001111 | 0 | 100000 | 100101011 | 1000001 | 101001 |
Color Harmonies of #AA25AD
Complementary color
Monochromatic Colors of #AA25AD
Black with #AA25AD
Text Example
Text Example
White with #AA25AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25AD; }
p { color: rgb(170,37,173); }
H1.HeaderClassName
{
color: #AA25AD;
}
.AnyTagClassName
{
color: #AA25AD;
}
</style>
background-color css
<style>
a { background-color: #AA25AD; }
a { background-color: rgb(170,37,173); }
div.DivClassName
{
background-color: #AA25AD;
}
.BgClassName
{
background-color: #AA25AD;
}
</style>
border-color css
<style>
span { border-color: #AA25AD; }
span { border-color: rgb(170,37,173); }
td.TdClassName
{
border-color: #AA25AD;
}
.TagClassName
{
border-color: #AA25AD;
}
</style>