Shades of Dark Orchid #AA43CF
Tints of Dark Orchid #AA43CF
RGB
CMYK
RGB Variations
Color information
#AA43CF (or 0xAA43CF) is known color: Dark Orchid. HEX triplet: AA, 43 and CF. RGB value is (170,67,207). Sum of RGB (Red+Green+Blue) = 170+67+207=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA43CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA43CF is #55BC30. Grayscale: #717171. Windows color (decimal): -5618737 or 13583274. OLE color: 13583274.
HSL color Cylindrical-coordinate representation of color #AA43CF: hue angle of 284.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA43CF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 67 | 207 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.19 |
| HSL | 284.14º | 0.59% | 0.54% | - |
| HSV(B) | 284.14º | 0.68% | 0.81% | - |
| XYZ | 29.85 | 17.07 | 60.75 | - |
| YUV | 113.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 207 | 0.18 | 0.68 | 0 | 0.19 | 284.14 | 0.59 | 0.54 |
| Hex | AA | 43 | CF | 12 | 44 | 0 | 13 | 11C | 3B | 36 |
| Octal | 252 | 103 | 317 | 22 | 104 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101010 | 1000011 | 11001111 | 10010 | 1000100 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #AA43CF
Complementary color
Monochromatic Colors of #AA43CF
Black with #AA43CF
Text Example
Text Example
White with #AA43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43CF; }
p { color: rgb(170,67,207); }
H1.HeaderClassName
{
color: #AA43CF;
}
.AnyTagClassName
{
color: #AA43CF;
}
</style>
background-color css
<style>
a { background-color: #AA43CF; }
a { background-color: rgb(170,67,207); }
div.DivClassName
{
background-color: #AA43CF;
}
.BgClassName
{
background-color: #AA43CF;
}
</style>
border-color css
<style>
span { border-color: #AA43CF; }
span { border-color: rgb(170,67,207); }
td.TdClassName
{
border-color: #AA43CF;
}
.TagClassName
{
border-color: #AA43CF;
}
</style>