Shades of Dark Orchid #AA3BD5
Tints of Dark Orchid #AA3BD5
RGB
CMYK
RGB Variations
Color information
#AA3BD5 (or 0xAA3BD5) is known color: Dark Orchid. HEX triplet: AA, 3B and D5. RGB value is (170,59,213). Sum of RGB (Red+Green+Blue) = 170+59+213=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA3BD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BD5 is #55C42A. Grayscale: #6D6D6D. Windows color (decimal): -5620779 or 13974442. OLE color: 13974442.
HSL color Cylindrical-coordinate representation of color #AA3BD5: hue angle of 283.25º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3BD5 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 59 | 213 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.16 |
| HSL | 283.25º | 0.65% | 0.53% | - |
| HSV(B) | 283.25º | 0.72% | 0.84% | - |
| XYZ | 30.15 | 16.48 | 64.54 | - |
| YUV | 109.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 213 | 0.20 | 0.72 | 0 | 0.16 | 283.25 | 0.65 | 0.53 |
| Hex | AA | 3B | D5 | 14 | 48 | 0 | 10 | 11B | 41 | 35 |
| Octal | 252 | 73 | 325 | 24 | 110 | 0 | 20 | 433 | 101 | 65 |
| Binary | 10101010 | 111011 | 11010101 | 10100 | 1001000 | 0 | 10000 | 100011011 | 1000001 | 110101 |
Color Harmonies of #AA3BD5
Complementary color
Monochromatic Colors of #AA3BD5
Black with #AA3BD5
Text Example
Text Example
White with #AA3BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3BD5; }
p { color: rgb(170,59,213); }
H1.HeaderClassName
{
color: #AA3BD5;
}
.AnyTagClassName
{
color: #AA3BD5;
}
</style>
background-color css
<style>
a { background-color: #AA3BD5; }
a { background-color: rgb(170,59,213); }
div.DivClassName
{
background-color: #AA3BD5;
}
.BgClassName
{
background-color: #AA3BD5;
}
</style>
border-color css
<style>
span { border-color: #AA3BD5; }
span { border-color: rgb(170,59,213); }
td.TdClassName
{
border-color: #AA3BD5;
}
.TagClassName
{
border-color: #AA3BD5;
}
</style>