Shades of Dark Orchid #AA25D0
Tints of Dark Orchid #AA25D0
RGB
CMYK
RGB Variations
Color information
#AA25D0 (or 0xAA25D0) is known color: Dark Orchid. HEX triplet: AA, 25 and D0. RGB value is (170,37,208). Sum of RGB (Red+Green+Blue) = 170+37+208=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA25D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA25D0 is #55DA2F. Grayscale: #5F5F5F. Windows color (decimal): -5626416 or 13641130. OLE color: 13641130.
HSL color Cylindrical-coordinate representation of color #AA25D0: hue angle of 286.67º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA25D0 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 37 | 208 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.18 |
| HSL | 286.67º | 0.7% | 0.48% | - |
| HSV(B) | 286.67º | 0.82% | 0.82% | - |
| XYZ | 28.62 | 14.42 | 60.95 | - |
| YUV | 96.26 | 191.06 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 208 | 0.18 | 0.82 | 0 | 0.18 | 286.67 | 0.7 | 0.48 |
| Hex | AA | 25 | D0 | 12 | 52 | 0 | 12 | 11F | 46 | 30 |
| Octal | 252 | 45 | 320 | 22 | 122 | 0 | 22 | 437 | 106 | 60 |
| Binary | 10101010 | 100101 | 11010000 | 10010 | 1010010 | 0 | 10010 | 100011111 | 1000110 | 110000 |
Color Harmonies of #AA25D0
Complementary color
Monochromatic Colors of #AA25D0
Black with #AA25D0
Text Example
Text Example
White with #AA25D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25D0; }
p { color: rgb(170,37,208); }
H1.HeaderClassName
{
color: #AA25D0;
}
.AnyTagClassName
{
color: #AA25D0;
}
</style>
background-color css
<style>
a { background-color: #AA25D0; }
a { background-color: rgb(170,37,208); }
div.DivClassName
{
background-color: #AA25D0;
}
.BgClassName
{
background-color: #AA25D0;
}
</style>
border-color css
<style>
span { border-color: #AA25D0; }
span { border-color: rgb(170,37,208); }
td.TdClassName
{
border-color: #AA25D0;
}
.TagClassName
{
border-color: #AA25D0;
}
</style>