Shades of Dark Orchid #AA38CC
Tints of Dark Orchid #AA38CC
RGB
CMYK
RGB Variations
Color information
#AA38CC (or 0xAA38CC) is known color: Dark Orchid. HEX triplet: AA, 38 and CC. RGB value is (170,56,204). Sum of RGB (Red+Green+Blue) = 170+56+204=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA38CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA38CC is #55C733. Grayscale: #6A6A6A. Windows color (decimal): -5621556 or 13383850. OLE color: 13383850.
HSL color Cylindrical-coordinate representation of color #AA38CC: hue angle of 286.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA38CC is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 56 | 204 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.2 |
| HSL | 286.22º | 0.59% | 0.51% | - |
| HSV(B) | 286.22º | 0.73% | 0.8% | - |
| XYZ | 28.89 | 15.73 | 58.64 | - |
| YUV | 106.96 | 182.77 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 204 | 0.17 | 0.73 | 0 | 0.2 | 286.22 | 0.59 | 0.51 |
| Hex | AA | 38 | CC | 11 | 49 | 0 | 14 | 11E | 3B | 33 |
| Octal | 252 | 70 | 314 | 21 | 111 | 0 | 24 | 436 | 73 | 63 |
| Binary | 10101010 | 111000 | 11001100 | 10001 | 1001001 | 0 | 10100 | 100011110 | 111011 | 110011 |
Color Harmonies of #AA38CC
Complementary color
Monochromatic Colors of #AA38CC
Black with #AA38CC
Text Example
Text Example
White with #AA38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38CC; }
p { color: rgb(170,56,204); }
H1.HeaderClassName
{
color: #AA38CC;
}
.AnyTagClassName
{
color: #AA38CC;
}
</style>
background-color css
<style>
a { background-color: #AA38CC; }
a { background-color: rgb(170,56,204); }
div.DivClassName
{
background-color: #AA38CC;
}
.BgClassName
{
background-color: #AA38CC;
}
</style>
border-color css
<style>
span { border-color: #AA38CC; }
span { border-color: rgb(170,56,204); }
td.TdClassName
{
border-color: #AA38CC;
}
.TagClassName
{
border-color: #AA38CC;
}
</style>