Shades of Dark Orchid #AA3FCC
Tints of Dark Orchid #AA3FCC
RGB
CMYK
RGB Variations
Color information
#AA3FCC (or 0xAA3FCC) is known color: Dark Orchid. HEX triplet: AA, 3F and CC. RGB value is (170,63,204). Sum of RGB (Red+Green+Blue) = 170+63+204=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA3FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FCC is #55C033. Grayscale: #6E6E6E. Windows color (decimal): -5619764 or 13385642. OLE color: 13385642.
HSL color Cylindrical-coordinate representation of color #AA3FCC: hue angle of 285.53º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3FCC is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 63 | 204 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.2 |
| HSL | 285.53º | 0.58% | 0.52% | - |
| HSV(B) | 285.53º | 0.69% | 0.8% | - |
| XYZ | 29.25 | 16.46 | 58.76 | - |
| YUV | 111.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 204 | 0.17 | 0.69 | 0 | 0.2 | 285.53 | 0.58 | 0.52 |
| Hex | AA | 3F | CC | 11 | 45 | 0 | 14 | 11E | 3A | 34 |
| Octal | 252 | 77 | 314 | 21 | 105 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101010 | 111111 | 11001100 | 10001 | 1000101 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #AA3FCC
Complementary color
Monochromatic Colors of #AA3FCC
Black with #AA3FCC
Text Example
Text Example
White with #AA3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FCC; }
p { color: rgb(170,63,204); }
H1.HeaderClassName
{
color: #AA3FCC;
}
.AnyTagClassName
{
color: #AA3FCC;
}
</style>
background-color css
<style>
a { background-color: #AA3FCC; }
a { background-color: rgb(170,63,204); }
div.DivClassName
{
background-color: #AA3FCC;
}
.BgClassName
{
background-color: #AA3FCC;
}
</style>
border-color css
<style>
span { border-color: #AA3FCC; }
span { border-color: rgb(170,63,204); }
td.TdClassName
{
border-color: #AA3FCC;
}
.TagClassName
{
border-color: #AA3FCC;
}
</style>