Shades of Dark Orchid #AA2ACF
Tints of Dark Orchid #AA2ACF
RGB
CMYK
RGB Variations
Color information
#AA2ACF (or 0xAA2ACF) is known color: Dark Orchid. HEX triplet: AA, 2A and CF. RGB value is (170,42,207). Sum of RGB (Red+Green+Blue) = 170+42+207=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA2ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACF is #55D530. Grayscale: #626262. Windows color (decimal): -5625137 or 13576874. OLE color: 13576874.
HSL color Cylindrical-coordinate representation of color #AA2ACF: hue angle of 286.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2ACF is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 42 | 207 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.19 |
| HSL | 286.55º | 0.66% | 0.49% | - |
| HSV(B) | 286.55º | 0.8% | 0.81% | - |
| XYZ | 28.67 | 14.71 | 60.36 | - |
| YUV | 99.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 207 | 0.18 | 0.80 | 0 | 0.19 | 286.55 | 0.66 | 0.49 |
| Hex | AA | 2A | CF | 12 | 50 | 0 | 13 | 11F | 42 | 31 |
| Octal | 252 | 52 | 317 | 22 | 120 | 0 | 23 | 437 | 102 | 61 |
| Binary | 10101010 | 101010 | 11001111 | 10010 | 1010000 | 0 | 10011 | 100011111 | 1000010 | 110001 |
Color Harmonies of #AA2ACF
Complementary color
Monochromatic Colors of #AA2ACF
Black with #AA2ACF
Text Example
Text Example
White with #AA2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2ACF; }
p { color: rgb(170,42,207); }
H1.HeaderClassName
{
color: #AA2ACF;
}
.AnyTagClassName
{
color: #AA2ACF;
}
</style>
background-color css
<style>
a { background-color: #AA2ACF; }
a { background-color: rgb(170,42,207); }
div.DivClassName
{
background-color: #AA2ACF;
}
.BgClassName
{
background-color: #AA2ACF;
}
</style>
border-color css
<style>
span { border-color: #AA2ACF; }
span { border-color: rgb(170,42,207); }
td.TdClassName
{
border-color: #AA2ACF;
}
.TagClassName
{
border-color: #AA2ACF;
}
</style>