Shades of Dark Orchid #AA3FBC
Tints of Dark Orchid #AA3FBC
RGB
CMYK
RGB Variations
Color information
#AA3FBC (or 0xAA3FBC) is known color: Dark Orchid. HEX triplet: AA, 3F and BC. RGB value is (170,63,188). Sum of RGB (Red+Green+Blue) = 170+63+188=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA3FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FBC is #55C043. Grayscale: #6C6C6C. Windows color (decimal): -5619780 or 12337066. OLE color: 12337066.
HSL color Cylindrical-coordinate representation of color #AA3FBC: hue angle of 291.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3FBC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 63 | 188 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.26 |
| HSL | 291.36º | 0.5% | 0.49% | - |
| HSV(B) | 291.36º | 0.66% | 0.74% | - |
| XYZ | 27.43 | 15.73 | 49.17 | - |
| YUV | 109.24 | 172.45 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 188 | 0.10 | 0.66 | 0 | 0.26 | 291.36 | 0.5 | 0.49 |
| Hex | AA | 3F | BC | A | 42 | 0 | 1A | 123 | 32 | 31 |
| Octal | 252 | 77 | 274 | 12 | 102 | 0 | 32 | 443 | 62 | 61 |
| Binary | 10101010 | 111111 | 10111100 | 1010 | 1000010 | 0 | 11010 | 100100011 | 110010 | 110001 |
Color Harmonies of #AA3FBC
Complementary color
Monochromatic Colors of #AA3FBC
Black with #AA3FBC
Text Example
Text Example
White with #AA3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FBC; }
p { color: rgb(170,63,188); }
H1.HeaderClassName
{
color: #AA3FBC;
}
.AnyTagClassName
{
color: #AA3FBC;
}
</style>
background-color css
<style>
a { background-color: #AA3FBC; }
a { background-color: rgb(170,63,188); }
div.DivClassName
{
background-color: #AA3FBC;
}
.BgClassName
{
background-color: #AA3FBC;
}
</style>
border-color css
<style>
span { border-color: #AA3FBC; }
span { border-color: rgb(170,63,188); }
td.TdClassName
{
border-color: #AA3FBC;
}
.TagClassName
{
border-color: #AA3FBC;
}
</style>