Shades of Dark Orchid #AA1DB5
Tints of Dark Orchid #AA1DB5
RGB
CMYK
RGB Variations
Color information
#AA1DB5 (or 0xAA1DB5) is known color: Dark Orchid. HEX triplet: AA, 1D and B5. RGB value is (170,29,181). Sum of RGB (Red+Green+Blue) = 170+29+181=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 181 (71.09% from 255 or 47.63% from 380); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA1DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1DB5 is #55E24A. Grayscale: #585858. Windows color (decimal): -5628491 or 11869610. OLE color: 11869610.
HSL color Cylindrical-coordinate representation of color #AA1DB5: hue angle of 295.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1DB5 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 29 | 181 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.29 |
| HSL | 295.66º | 0.72% | 0.41% | - |
| HSV(B) | 295.66º | 0.84% | 0.71% | - |
| XYZ | 25.36 | 12.76 | 44.84 | - |
| YUV | 88.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 29 | 181 | 0.06 | 0.84 | 0 | 0.29 | 295.66 | 0.72 | 0.41 |
| Hex | AA | 1D | B5 | 6 | 54 | 0 | 1D | 128 | 48 | 29 |
| Octal | 252 | 35 | 265 | 6 | 124 | 0 | 35 | 450 | 110 | 51 |
| Binary | 10101010 | 11101 | 10110101 | 110 | 1010100 | 0 | 11101 | 100101000 | 1001000 | 101001 |
Color Harmonies of #AA1DB5
Complementary color
Monochromatic Colors of #AA1DB5
Black with #AA1DB5
Text Example
Text Example
White with #AA1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1DB5; }
p { color: rgb(170,29,181); }
H1.HeaderClassName
{
color: #AA1DB5;
}
.AnyTagClassName
{
color: #AA1DB5;
}
</style>
background-color css
<style>
a { background-color: #AA1DB5; }
a { background-color: rgb(170,29,181); }
div.DivClassName
{
background-color: #AA1DB5;
}
.BgClassName
{
background-color: #AA1DB5;
}
</style>
border-color css
<style>
span { border-color: #AA1DB5; }
span { border-color: rgb(170,29,181); }
td.TdClassName
{
border-color: #AA1DB5;
}
.TagClassName
{
border-color: #AA1DB5;
}
</style>