Shades of Dark Orchid #AA40CF
Tints of Dark Orchid #AA40CF
RGB
CMYK
RGB Variations
Color information
#AA40CF (or 0xAA40CF) is known color: Dark Orchid. HEX triplet: AA, 40 and CF. RGB value is (170,64,207). Sum of RGB (Red+Green+Blue) = 170+64+207=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA40CF is #55BF30. Grayscale: #6F6F6F. Windows color (decimal): -5619505 or 13582506. OLE color: 13582506.
HSL color Cylindrical-coordinate representation of color #AA40CF: hue angle of 284.48º 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 #AA40CF is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 64 | 207 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.19 |
| HSL | 284.48º | 0.6% | 0.53% | - |
| HSV(B) | 284.48º | 0.69% | 0.81% | - |
| XYZ | 29.67 | 16.72 | 60.69 | - |
| YUV | 112 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 207 | 0.18 | 0.69 | 0 | 0.19 | 284.48 | 0.6 | 0.53 |
| Hex | AA | 40 | CF | 12 | 45 | 0 | 13 | 11C | 3C | 35 |
| Octal | 252 | 100 | 317 | 22 | 105 | 0 | 23 | 434 | 74 | 65 |
| Binary | 10101010 | 1000000 | 11001111 | 10010 | 1000101 | 0 | 10011 | 100011100 | 111100 | 110101 |
Color Harmonies of #AA40CF
Complementary color
Monochromatic Colors of #AA40CF
Black with #AA40CF
Text Example
Text Example
White with #AA40CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40CF; }
p { color: rgb(170,64,207); }
H1.HeaderClassName
{
color: #AA40CF;
}
.AnyTagClassName
{
color: #AA40CF;
}
</style>
background-color css
<style>
a { background-color: #AA40CF; }
a { background-color: rgb(170,64,207); }
div.DivClassName
{
background-color: #AA40CF;
}
.BgClassName
{
background-color: #AA40CF;
}
</style>
border-color css
<style>
span { border-color: #AA40CF; }
span { border-color: rgb(170,64,207); }
td.TdClassName
{
border-color: #AA40CF;
}
.TagClassName
{
border-color: #AA40CF;
}
</style>