#AA2EC5

Color #AA2EC5 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AA2EC5

Tints of Dark Orchid #AA2EC5

Color information

#AA2EC5 (or 0xAA2EC5) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and C5. RGB value is (170,46,197). Sum of RGB (Red+Green+Blue) = 170+46+197=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA2EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2EC5 is #55D13A. Grayscale: #636363. Windows color (decimal): -5624123 or 12922538. OLE color: 12922538.

HSL color Cylindrical-coordinate representation of color #AA2EC5: hue angle of 289.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2EC5 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17046197-
CMYK0.140.7700.23
HSL289.27º62.14%47.65%-
HSV(B)289.27º76.65%77.25%-
XYZ27.6314.5354.17-
YUV100.29182.58177.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 197 (77.34% from 255) = 47.70%
R=41.16%
G=11.14%
B=47.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170461970.140.7700.23289.2762.1447.65
HexAA2EC5E4D0171213e30
Octal25256305161150274417660
Binary101010101011101100010111101001101010111100100001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EC5; }

 p { color: rgb(170,46,197); }

 H1.HeaderClassName
 {
   color: #AA2EC5;
 }
 .AnyTagClassName
 {
   color: #AA2EC5;
 }
</style>
background-color css

<style>
 a { background-color: #AA2EC5; }

 a { background-color: rgb(170,46,197); }

 div.DivClassName
 {
   background-color: #AA2EC5;
 }
 .BgClassName
 {
   background-color: #AA2EC5;
 }
</style>
border-color css

<style>
 span { border-color: #AA2EC5; }

 span { border-color: rgb(170,46,197); }

 td.TdClassName
 {
   border-color: #AA2EC5;
 }
 .TagClassName
 {
   border-color: #AA2EC5;
 }
</style>