Shades of Dark Orchid #AA38D8
Tints of Dark Orchid #AA38D8
RGB
CMYK
RGB Variations
Color information
#AA38D8 (or 0xAA38D8) is known color: Dark Orchid. HEX triplet: AA, 38 and D8. RGB value is (170,56,216). Sum of RGB (Red+Green+Blue) = 170+56+216=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA38D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38D8 is #55C727. Grayscale: #6B6B6B. Windows color (decimal): -5621544 or 14170282. OLE color: 14170282.
HSL color Cylindrical-coordinate representation of color #AA38D8: hue angle of 282.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA38D8 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 56 | 216 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.15 |
| HSL | 282.75º | 0.67% | 0.53% | - |
| HSV(B) | 282.75º | 0.74% | 0.85% | - |
| XYZ | 30.39 | 16.33 | 66.52 | - |
| YUV | 108.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 216 | 0.21 | 0.74 | 0 | 0.15 | 282.75 | 0.67 | 0.53 |
| Hex | AA | 38 | D8 | 15 | 4A | 0 | F | 11B | 43 | 35 |
| Octal | 252 | 70 | 330 | 25 | 112 | 0 | 17 | 433 | 103 | 65 |
| Binary | 10101010 | 111000 | 11011000 | 10101 | 1001010 | 0 | 1111 | 100011011 | 1000011 | 110101 |
Color Harmonies of #AA38D8
Complementary color
Monochromatic Colors of #AA38D8
Black with #AA38D8
Text Example
Text Example
White with #AA38D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38D8; }
p { color: rgb(170,56,216); }
H1.HeaderClassName
{
color: #AA38D8;
}
.AnyTagClassName
{
color: #AA38D8;
}
</style>
background-color css
<style>
a { background-color: #AA38D8; }
a { background-color: rgb(170,56,216); }
div.DivClassName
{
background-color: #AA38D8;
}
.BgClassName
{
background-color: #AA38D8;
}
</style>
border-color css
<style>
span { border-color: #AA38D8; }
span { border-color: rgb(170,56,216); }
td.TdClassName
{
border-color: #AA38D8;
}
.TagClassName
{
border-color: #AA38D8;
}
</style>