Shades of Dark Orchid #AA3DB8
Tints of Dark Orchid #AA3DB8
RGB
CMYK
RGB Variations
Color information
#AA3DB8 (or 0xAA3DB8) is known color: Dark Orchid. HEX triplet: AA, 3D and B8. RGB value is (170,61,184). Sum of RGB (Red+Green+Blue) = 170+61+184=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA3DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3DB8 is #55C247. Grayscale: #6B6B6B. Windows color (decimal): -5620296 or 12074410. OLE color: 12074410.
HSL color Cylindrical-coordinate representation of color #AA3DB8: hue angle of 293.17º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3DB8 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 61 | 184 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.28 |
| HSL | 293.17º | 0.5% | 0.48% | - |
| HSV(B) | 293.17º | 0.67% | 0.72% | - |
| XYZ | 26.9 | 15.34 | 46.89 | - |
| YUV | 107.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 184 | 0.08 | 0.67 | 0 | 0.28 | 293.17 | 0.5 | 0.48 |
| Hex | AA | 3D | B8 | 8 | 43 | 0 | 1C | 125 | 32 | 30 |
| Octal | 252 | 75 | 270 | 10 | 103 | 0 | 34 | 445 | 62 | 60 |
| Binary | 10101010 | 111101 | 10111000 | 1000 | 1000011 | 0 | 11100 | 100100101 | 110010 | 110000 |
Color Harmonies of #AA3DB8
Complementary color
Monochromatic Colors of #AA3DB8
Black with #AA3DB8
Text Example
Text Example
White with #AA3DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DB8; }
p { color: rgb(170,61,184); }
H1.HeaderClassName
{
color: #AA3DB8;
}
.AnyTagClassName
{
color: #AA3DB8;
}
</style>
background-color css
<style>
a { background-color: #AA3DB8; }
a { background-color: rgb(170,61,184); }
div.DivClassName
{
background-color: #AA3DB8;
}
.BgClassName
{
background-color: #AA3DB8;
}
</style>
border-color css
<style>
span { border-color: #AA3DB8; }
span { border-color: rgb(170,61,184); }
td.TdClassName
{
border-color: #AA3DB8;
}
.TagClassName
{
border-color: #AA3DB8;
}
</style>