Shades of Dark Orchid #AA41CF
Tints of Dark Orchid #AA41CF
RGB
CMYK
RGB Variations
Color information
#AA41CF (or 0xAA41CF) is known color: Dark Orchid. HEX triplet: AA, 41 and CF. RGB value is (170,65,207). Sum of RGB (Red+Green+Blue) = 170+65+207=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA41CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA41CF is #55BE30. Grayscale: #707070. Windows color (decimal): -5619249 or 13582762. OLE color: 13582762.
HSL color Cylindrical-coordinate representation of color #AA41CF: hue angle of 284.37º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA41CF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 65 | 207 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.19 |
| HSL | 284.37º | 0.6% | 0.53% | - |
| HSV(B) | 284.37º | 0.69% | 0.81% | - |
| XYZ | 29.73 | 16.83 | 60.71 | - |
| YUV | 112.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 207 | 0.18 | 0.69 | 0 | 0.19 | 284.37 | 0.6 | 0.53 |
| Hex | AA | 41 | CF | 12 | 45 | 0 | 13 | 11C | 3C | 35 |
| Octal | 252 | 101 | 317 | 22 | 105 | 0 | 23 | 434 | 74 | 65 |
| Binary | 10101010 | 1000001 | 11001111 | 10010 | 1000101 | 0 | 10011 | 100011100 | 111100 | 110101 |
Color Harmonies of #AA41CF
Complementary color
Monochromatic Colors of #AA41CF
Black with #AA41CF
Text Example
Text Example
White with #AA41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA41CF; }
p { color: rgb(170,65,207); }
H1.HeaderClassName
{
color: #AA41CF;
}
.AnyTagClassName
{
color: #AA41CF;
}
</style>
background-color css
<style>
a { background-color: #AA41CF; }
a { background-color: rgb(170,65,207); }
div.DivClassName
{
background-color: #AA41CF;
}
.BgClassName
{
background-color: #AA41CF;
}
</style>
border-color css
<style>
span { border-color: #AA41CF; }
span { border-color: rgb(170,65,207); }
td.TdClassName
{
border-color: #AA41CF;
}
.TagClassName
{
border-color: #AA41CF;
}
</style>