Shades of Dark Orchid #AA27CB
Tints of Dark Orchid #AA27CB
RGB
CMYK
RGB Variations
Color information
#AA27CB (or 0xAA27CB) is known color: Dark Orchid. HEX triplet: AA, 27 and CB. RGB value is (170,39,203). Sum of RGB (Red+Green+Blue) = 170+39+203=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27CB is #55D834. Grayscale: #606060. Windows color (decimal): -5625909 or 13313962. OLE color: 13313962.
HSL color Cylindrical-coordinate representation of color #AA27CB: hue angle of 287.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA27CB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 39 | 203 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.20 |
| HSL | 287.93º | 0.68% | 0.47% | - |
| HSV(B) | 287.93º | 0.81% | 0.8% | - |
| XYZ | 28.08 | 14.31 | 57.78 | - |
| YUV | 96.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 203 | 0.16 | 0.81 | 0 | 0.20 | 287.93 | 0.68 | 0.47 |
| Hex | AA | 27 | CB | 10 | 51 | 0 | 14 | 120 | 44 | 2F |
| Octal | 252 | 47 | 313 | 20 | 121 | 0 | 24 | 440 | 104 | 57 |
| Binary | 10101010 | 100111 | 11001011 | 10000 | 1010001 | 0 | 10100 | 100100000 | 1000100 | 101111 |
Color Harmonies of #AA27CB
Complementary color
Monochromatic Colors of #AA27CB
Black with #AA27CB
Text Example
Text Example
White with #AA27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27CB; }
p { color: rgb(170,39,203); }
H1.HeaderClassName
{
color: #AA27CB;
}
.AnyTagClassName
{
color: #AA27CB;
}
</style>
background-color css
<style>
a { background-color: #AA27CB; }
a { background-color: rgb(170,39,203); }
div.DivClassName
{
background-color: #AA27CB;
}
.BgClassName
{
background-color: #AA27CB;
}
</style>
border-color css
<style>
span { border-color: #AA27CB; }
span { border-color: rgb(170,39,203); }
td.TdClassName
{
border-color: #AA27CB;
}
.TagClassName
{
border-color: #AA27CB;
}
</style>