Shades of Dark Orchid #AA41BF
Tints of Dark Orchid #AA41BF
RGB
CMYK
RGB Variations
Color information
#AA41BF (or 0xAA41BF) is known color: Dark Orchid. HEX triplet: AA, 41 and BF. RGB value is (170,65,191). Sum of RGB (Red+Green+Blue) = 170+65+191=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41BF is #55BE40. Grayscale: #6E6E6E. Windows color (decimal): -5619265 or 12534186. OLE color: 12534186.
HSL color Cylindrical-coordinate representation of color #AA41BF: hue angle of 290º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA41BF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 65 | 191 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.25 |
| HSL | 290º | 0.5% | 0.5% | - |
| HSV(B) | 290º | 0.66% | 0.75% | - |
| XYZ | 27.87 | 16.09 | 50.93 | - |
| YUV | 110.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 191 | 0.11 | 0.66 | 0 | 0.25 | 290 | 0.5 | 0.5 |
| Hex | AA | 41 | BF | B | 42 | 0 | 19 | 122 | 32 | 32 |
| Octal | 252 | 101 | 277 | 13 | 102 | 0 | 31 | 442 | 62 | 62 |
| Binary | 10101010 | 1000001 | 10111111 | 1011 | 1000010 | 0 | 11001 | 100100010 | 110010 | 110010 |
Color Harmonies of #AA41BF
Complementary color
Monochromatic Colors of #AA41BF
Black with #AA41BF
Text Example
Text Example
White with #AA41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41BF; }
p { color: rgb(170,65,191); }
H1.HeaderClassName
{
color: #AA41BF;
}
.AnyTagClassName
{
color: #AA41BF;
}
</style>
background-color css
<style>
a { background-color: #AA41BF; }
a { background-color: rgb(170,65,191); }
div.DivClassName
{
background-color: #AA41BF;
}
.BgClassName
{
background-color: #AA41BF;
}
</style>
border-color css
<style>
span { border-color: #AA41BF; }
span { border-color: rgb(170,65,191); }
td.TdClassName
{
border-color: #AA41BF;
}
.TagClassName
{
border-color: #AA41BF;
}
</style>