Shades of Dark Orchid #AA1ACF
Tints of Dark Orchid #AA1ACF
RGB
CMYK
RGB Variations
Color information
#AA1ACF (or 0xAA1ACF) is known color: Dark Orchid. HEX triplet: AA, 1A and CF. RGB value is (170,26,207). Sum of RGB (Red+Green+Blue) = 170+26+207=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1ACF is #55E530. Grayscale: #595959. Windows color (decimal): -5629233 or 13572778. OLE color: 13572778.
HSL color Cylindrical-coordinate representation of color #AA1ACF: hue angle of 287.73º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1ACF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 26 | 207 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.19 |
| HSL | 287.73º | 0.78% | 0.46% | - |
| HSV(B) | 287.73º | 0.87% | 0.81% | - |
| XYZ | 28.21 | 13.79 | 60.21 | - |
| YUV | 89.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 207 | 0.18 | 0.87 | 0 | 0.19 | 287.73 | 0.78 | 0.46 |
| Hex | AA | 1A | CF | 12 | 57 | 0 | 13 | 120 | 4E | 2E |
| Octal | 252 | 32 | 317 | 22 | 127 | 0 | 23 | 440 | 116 | 56 |
| Binary | 10101010 | 11010 | 11001111 | 10010 | 1010111 | 0 | 10011 | 100100000 | 1001110 | 101110 |
Color Harmonies of #AA1ACF
Complementary color
Monochromatic Colors of #AA1ACF
Black with #AA1ACF
Text Example
Text Example
White with #AA1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1ACF; }
p { color: rgb(170,26,207); }
H1.HeaderClassName
{
color: #AA1ACF;
}
.AnyTagClassName
{
color: #AA1ACF;
}
</style>
background-color css
<style>
a { background-color: #AA1ACF; }
a { background-color: rgb(170,26,207); }
div.DivClassName
{
background-color: #AA1ACF;
}
.BgClassName
{
background-color: #AA1ACF;
}
</style>
border-color css
<style>
span { border-color: #AA1ACF; }
span { border-color: rgb(170,26,207); }
td.TdClassName
{
border-color: #AA1ACF;
}
.TagClassName
{
border-color: #AA1ACF;
}
</style>