Shades of Dark Orchid #AA3BCB
Tints of Dark Orchid #AA3BCB
RGB
CMYK
RGB Variations
Color information
#AA3BCB (or 0xAA3BCB) is known color: Dark Orchid. HEX triplet: AA, 3B and CB. RGB value is (170,59,203). Sum of RGB (Red+Green+Blue) = 170+59+203=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA3BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BCB is #55C434. Grayscale: #6C6C6C. Windows color (decimal): -5620789 or 13319082. OLE color: 13319082.
HSL color Cylindrical-coordinate representation of color #AA3BCB: hue angle of 286.25º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3BCB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 59 | 203 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.20 |
| HSL | 286.25º | 0.58% | 0.51% | - |
| HSV(B) | 286.25º | 0.71% | 0.8% | - |
| XYZ | 28.92 | 15.99 | 58.06 | - |
| YUV | 108.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 203 | 0.16 | 0.71 | 0 | 0.20 | 286.25 | 0.58 | 0.51 |
| Hex | AA | 3B | CB | 10 | 47 | 0 | 14 | 11E | 3A | 33 |
| Octal | 252 | 73 | 313 | 20 | 107 | 0 | 24 | 436 | 72 | 63 |
| Binary | 10101010 | 111011 | 11001011 | 10000 | 1000111 | 0 | 10100 | 100011110 | 111010 | 110011 |
Color Harmonies of #AA3BCB
Complementary color
Monochromatic Colors of #AA3BCB
Black with #AA3BCB
Text Example
Text Example
White with #AA3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BCB; }
p { color: rgb(170,59,203); }
H1.HeaderClassName
{
color: #AA3BCB;
}
.AnyTagClassName
{
color: #AA3BCB;
}
</style>
background-color css
<style>
a { background-color: #AA3BCB; }
a { background-color: rgb(170,59,203); }
div.DivClassName
{
background-color: #AA3BCB;
}
.BgClassName
{
background-color: #AA3BCB;
}
</style>
border-color css
<style>
span { border-color: #AA3BCB; }
span { border-color: rgb(170,59,203); }
td.TdClassName
{
border-color: #AA3BCB;
}
.TagClassName
{
border-color: #AA3BCB;
}
</style>