Shades of Dark Orchid #AA3CBD
Tints of Dark Orchid #AA3CBD
RGB
CMYK
RGB Variations
Color information
#AA3CBD (or 0xAA3CBD) is known color: Dark Orchid. HEX triplet: AA, 3C and BD. RGB value is (170,60,189). Sum of RGB (Red+Green+Blue) = 170+60+189=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CBD is #55C342. Grayscale: #6B6B6B. Windows color (decimal): -5620547 or 12401834. OLE color: 12401834.
HSL color Cylindrical-coordinate representation of color #AA3CBD: hue angle of 291.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3CBD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 170 | 60 | 189 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.26 |
| HSL | 291.16º | 0.52% | 0.49% | - |
| HSV(B) | 291.16º | 0.68% | 0.74% | - |
| XYZ | 27.38 | 15.45 | 49.68 | - |
| YUV | 107.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 189 | 0.10 | 0.68 | 0 | 0.26 | 291.16 | 0.52 | 0.49 |
| Hex | AA | 3C | BD | A | 44 | 0 | 1A | 123 | 34 | 31 |
| Octal | 252 | 74 | 275 | 12 | 104 | 0 | 32 | 443 | 64 | 61 |
| Binary | 10101010 | 111100 | 10111101 | 1010 | 1000100 | 0 | 11010 | 100100011 | 110100 | 110001 |
Color Harmonies of #AA3CBD
Complementary color
Monochromatic Colors of #AA3CBD
Black with #AA3CBD
Text Example
Text Example
White with #AA3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CBD; }
p { color: rgb(170,60,189); }
H1.HeaderClassName
{
color: #AA3CBD;
}
.AnyTagClassName
{
color: #AA3CBD;
}
</style>
background-color css
<style>
a { background-color: #AA3CBD; }
a { background-color: rgb(170,60,189); }
div.DivClassName
{
background-color: #AA3CBD;
}
.BgClassName
{
background-color: #AA3CBD;
}
</style>
border-color css
<style>
span { border-color: #AA3CBD; }
span { border-color: rgb(170,60,189); }
td.TdClassName
{
border-color: #AA3CBD;
}
.TagClassName
{
border-color: #AA3CBD;
}
</style>