Shades of Dark Orchid #AA3CBE
Tints of Dark Orchid #AA3CBE
RGB
CMYK
RGB Variations
Color information
#AA3CBE (or 0xAA3CBE) is known color: Dark Orchid. HEX triplet: AA, 3C and BE. RGB value is (170,60,190). Sum of RGB (Red+Green+Blue) = 170+60+190=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CBE is #55C341. Grayscale: #6B6B6B. Windows color (decimal): -5620546 or 12467370. OLE color: 12467370.
HSL color Cylindrical-coordinate representation of color #AA3CBE: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3CBE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 60 | 190 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.25 |
| HSL | 290.77º | 0.52% | 0.49% | - |
| HSV(B) | 290.77º | 0.68% | 0.75% | - |
| XYZ | 27.49 | 15.5 | 50.26 | - |
| YUV | 107.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 190 | 0.11 | 0.68 | 0 | 0.25 | 290.77 | 0.52 | 0.49 |
| Hex | AA | 3C | BE | B | 44 | 0 | 19 | 123 | 34 | 31 |
| Octal | 252 | 74 | 276 | 13 | 104 | 0 | 31 | 443 | 64 | 61 |
| Binary | 10101010 | 111100 | 10111110 | 1011 | 1000100 | 0 | 11001 | 100100011 | 110100 | 110001 |
Color Harmonies of #AA3CBE
Complementary color
Monochromatic Colors of #AA3CBE
Black with #AA3CBE
Text Example
Text Example
White with #AA3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CBE; }
p { color: rgb(170,60,190); }
H1.HeaderClassName
{
color: #AA3CBE;
}
.AnyTagClassName
{
color: #AA3CBE;
}
</style>
background-color css
<style>
a { background-color: #AA3CBE; }
a { background-color: rgb(170,60,190); }
div.DivClassName
{
background-color: #AA3CBE;
}
.BgClassName
{
background-color: #AA3CBE;
}
</style>
border-color css
<style>
span { border-color: #AA3CBE; }
span { border-color: rgb(170,60,190); }
td.TdClassName
{
border-color: #AA3CBE;
}
.TagClassName
{
border-color: #AA3CBE;
}
</style>