Shades of Dark Orchid #AA27C3
Tints of Dark Orchid #AA27C3
RGB
CMYK
RGB Variations
Color information
#AA27C3 (or 0xAA27C3) is known color: Dark Orchid. HEX triplet: AA, 27 and C3. RGB value is (170,39,195). Sum of RGB (Red+Green+Blue) = 170+39+195=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA27C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA27C3 is #55D83C. Grayscale: #5F5F5F. Windows color (decimal): -5625917 or 12789674. OLE color: 12789674.
HSL color Cylindrical-coordinate representation of color #AA27C3: hue angle of 290.38º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA27C3 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 39 | 195 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.24 |
| HSL | 290.38º | 0.67% | 0.46% | - |
| HSV(B) | 290.38º | 0.8% | 0.76% | - |
| XYZ | 27.15 | 13.94 | 52.89 | - |
| YUV | 95.95 | 183.9 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 195 | 0.13 | 0.80 | 0 | 0.24 | 290.38 | 0.67 | 0.46 |
| Hex | AA | 27 | C3 | D | 50 | 0 | 18 | 122 | 43 | 2E |
| Octal | 252 | 47 | 303 | 15 | 120 | 0 | 30 | 442 | 103 | 56 |
| Binary | 10101010 | 100111 | 11000011 | 1101 | 1010000 | 0 | 11000 | 100100010 | 1000011 | 101110 |
Color Harmonies of #AA27C3
Complementary color
Monochromatic Colors of #AA27C3
Black with #AA27C3
Text Example
Text Example
White with #AA27C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27C3; }
p { color: rgb(170,39,195); }
H1.HeaderClassName
{
color: #AA27C3;
}
.AnyTagClassName
{
color: #AA27C3;
}
</style>
background-color css
<style>
a { background-color: #AA27C3; }
a { background-color: rgb(170,39,195); }
div.DivClassName
{
background-color: #AA27C3;
}
.BgClassName
{
background-color: #AA27C3;
}
</style>
border-color css
<style>
span { border-color: #AA27C3; }
span { border-color: rgb(170,39,195); }
td.TdClassName
{
border-color: #AA27C3;
}
.TagClassName
{
border-color: #AA27C3;
}
</style>