Shades of Dark Orchid #AA3CCF
Tints of Dark Orchid #AA3CCF
RGB
CMYK
RGB Variations
Color information
#AA3CCF (or 0xAA3CCF) is known color: Dark Orchid. HEX triplet: AA, 3C and CF. RGB value is (170,60,207). Sum of RGB (Red+Green+Blue) = 170+60+207=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA3CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CCF is #55C330. Grayscale: #6D6D6D. Windows color (decimal): -5620529 or 13581482. OLE color: 13581482.
HSL color Cylindrical-coordinate representation of color #AA3CCF: hue angle of 284.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3CCF is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 60 | 207 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.19 |
| HSL | 284.9º | 0.6% | 0.52% | - |
| HSV(B) | 284.9º | 0.71% | 0.81% | - |
| XYZ | 29.46 | 16.28 | 60.62 | - |
| YUV | 109.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 207 | 0.18 | 0.71 | 0 | 0.19 | 284.9 | 0.6 | 0.52 |
| Hex | AA | 3C | CF | 12 | 47 | 0 | 13 | 11D | 3C | 34 |
| Octal | 252 | 74 | 317 | 22 | 107 | 0 | 23 | 435 | 74 | 64 |
| Binary | 10101010 | 111100 | 11001111 | 10010 | 1000111 | 0 | 10011 | 100011101 | 111100 | 110100 |
Color Harmonies of #AA3CCF
Complementary color
Monochromatic Colors of #AA3CCF
Black with #AA3CCF
Text Example
Text Example
White with #AA3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CCF; }
p { color: rgb(170,60,207); }
H1.HeaderClassName
{
color: #AA3CCF;
}
.AnyTagClassName
{
color: #AA3CCF;
}
</style>
background-color css
<style>
a { background-color: #AA3CCF; }
a { background-color: rgb(170,60,207); }
div.DivClassName
{
background-color: #AA3CCF;
}
.BgClassName
{
background-color: #AA3CCF;
}
</style>
border-color css
<style>
span { border-color: #AA3CCF; }
span { border-color: rgb(170,60,207); }
td.TdClassName
{
border-color: #AA3CCF;
}
.TagClassName
{
border-color: #AA3CCF;
}
</style>