Shades of Dark Orchid #AA38E5
Tints of Dark Orchid #AA38E5
RGB
CMYK
RGB Variations
Color information
#AA38E5 (or 0xAA38E5) is known color: Dark Orchid. HEX triplet: AA, 38 and E5. RGB value is (170,56,229). Sum of RGB (Red+Green+Blue) = 170+56+229=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA38E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38E5 is #55C71A. Grayscale: #6D6D6D. Windows color (decimal): -5621531 or 15022250. OLE color: 15022250.
HSL color Cylindrical-coordinate representation of color #AA38E5: hue angle of 279.54º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA38E5 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 56 | 229 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.10 |
| HSL | 279.54º | 0.77% | 0.56% | - |
| HSV(B) | 279.54º | 0.76% | 0.9% | - |
| XYZ | 32.13 | 17.03 | 75.72 | - |
| YUV | 109.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 229 | 0.26 | 0.76 | 0 | 0.10 | 279.54 | 0.77 | 0.56 |
| Hex | AA | 38 | E5 | 1A | 4C | 0 | A | 118 | 4D | 38 |
| Octal | 252 | 70 | 345 | 32 | 114 | 0 | 12 | 430 | 115 | 70 |
| Binary | 10101010 | 111000 | 11100101 | 11010 | 1001100 | 0 | 1010 | 100011000 | 1001101 | 111000 |
Color Harmonies of #AA38E5
Complementary color
Monochromatic Colors of #AA38E5
Black with #AA38E5
Text Example
Text Example
White with #AA38E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38E5; }
p { color: rgb(170,56,229); }
H1.HeaderClassName
{
color: #AA38E5;
}
.AnyTagClassName
{
color: #AA38E5;
}
</style>
background-color css
<style>
a { background-color: #AA38E5; }
a { background-color: rgb(170,56,229); }
div.DivClassName
{
background-color: #AA38E5;
}
.BgClassName
{
background-color: #AA38E5;
}
</style>
border-color css
<style>
span { border-color: #AA38E5; }
span { border-color: rgb(170,56,229); }
td.TdClassName
{
border-color: #AA38E5;
}
.TagClassName
{
border-color: #AA38E5;
}
</style>