Shades of Dark Orchid #AA25E6
Tints of Dark Orchid #AA25E6
RGB
CMYK
RGB Variations
Color information
#AA25E6 (or 0xAA25E6) is known color: Dark Orchid. HEX triplet: AA, 25 and E6. RGB value is (170,37,230). Sum of RGB (Red+Green+Blue) = 170+37+230=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA25E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25E6 is #55DA19. Grayscale: #626262. Windows color (decimal): -5626394 or 15082922. OLE color: 15082922.
HSL color Cylindrical-coordinate representation of color #AA25E6: hue angle of 281.35º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA25E6 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 37 | 230 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.10 |
| HSL | 281.35º | 0.79% | 0.52% | - |
| HSV(B) | 281.35º | 0.84% | 0.9% | - |
| XYZ | 31.52 | 15.58 | 76.21 | - |
| YUV | 98.77 | 202.06 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 230 | 0.26 | 0.84 | 0 | 0.10 | 281.35 | 0.79 | 0.52 |
| Hex | AA | 25 | E6 | 1A | 54 | 0 | A | 119 | 4F | 34 |
| Octal | 252 | 45 | 346 | 32 | 124 | 0 | 12 | 431 | 117 | 64 |
| Binary | 10101010 | 100101 | 11100110 | 11010 | 1010100 | 0 | 1010 | 100011001 | 1001111 | 110100 |
Color Harmonies of #AA25E6
Complementary color
Monochromatic Colors of #AA25E6
Black with #AA25E6
Text Example
Text Example
White with #AA25E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25E6; }
p { color: rgb(170,37,230); }
H1.HeaderClassName
{
color: #AA25E6;
}
.AnyTagClassName
{
color: #AA25E6;
}
</style>
background-color css
<style>
a { background-color: #AA25E6; }
a { background-color: rgb(170,37,230); }
div.DivClassName
{
background-color: #AA25E6;
}
.BgClassName
{
background-color: #AA25E6;
}
</style>
border-color css
<style>
span { border-color: #AA25E6; }
span { border-color: rgb(170,37,230); }
td.TdClassName
{
border-color: #AA25E6;
}
.TagClassName
{
border-color: #AA25E6;
}
</style>