Shades of Dark Orchid #AA3ECB
Tints of Dark Orchid #AA3ECB
RGB
CMYK
RGB Variations
Color information
#AA3ECB (or 0xAA3ECB) is known color: Dark Orchid. HEX triplet: AA, 3E and CB. RGB value is (170,62,203). Sum of RGB (Red+Green+Blue) = 170+62+203=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA3ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ECB is #55C134. Grayscale: #6D6D6D. Windows color (decimal): -5620021 or 13319850. OLE color: 13319850.
HSL color Cylindrical-coordinate representation of color #AA3ECB: hue angle of 285.96º 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 #AA3ECB is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 62 | 203 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.20 |
| HSL | 285.96º | 0.58% | 0.52% | - |
| HSV(B) | 285.96º | 0.69% | 0.8% | - |
| XYZ | 29.08 | 16.3 | 58.11 | - |
| YUV | 110.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 62 | 203 | 0.16 | 0.69 | 0 | 0.20 | 285.96 | 0.58 | 0.52 |
| Hex | AA | 3E | CB | 10 | 45 | 0 | 14 | 11E | 3A | 34 |
| Octal | 252 | 76 | 313 | 20 | 105 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101010 | 111110 | 11001011 | 10000 | 1000101 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #AA3ECB
Complementary color
Monochromatic Colors of #AA3ECB
Black with #AA3ECB
Text Example
Text Example
White with #AA3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3ECB; }
p { color: rgb(170,62,203); }
H1.HeaderClassName
{
color: #AA3ECB;
}
.AnyTagClassName
{
color: #AA3ECB;
}
</style>
background-color css
<style>
a { background-color: #AA3ECB; }
a { background-color: rgb(170,62,203); }
div.DivClassName
{
background-color: #AA3ECB;
}
.BgClassName
{
background-color: #AA3ECB;
}
</style>
border-color css
<style>
span { border-color: #AA3ECB; }
span { border-color: rgb(170,62,203); }
td.TdClassName
{
border-color: #AA3ECB;
}
.TagClassName
{
border-color: #AA3ECB;
}
</style>