#AA2EB0

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

Shades of Dark Orchid #AA2EB0

Tints of Dark Orchid #AA2EB0

Color information

#AA2EB0 (or 0xAA2EB0) is unknown color: approx Dark Orchid. HEX triplet: AA, 2E and B0. RGB value is (170,46,176). Sum of RGB (Red+Green+Blue) = 170+46+176=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 176 - color contains mainly: blue. Hex color #AA2EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EB0 is #55D14F. Grayscale: #616161. Windows color (decimal): -5624144 or 11546282. OLE color: 11546282.

HSL color Cylindrical-coordinate representation of color #AA2EB0: hue angle of 297.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2EB0 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17046176-
CMYK0.030.7400.31
HSL297.23º58.56%43.53%-
HSV(B)297.23º73.86%69.02%-
XYZ25.3913.6342.37-
YUV97.9172.08179.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 176 (69.14% from 255) = 44.90%
R=43.37%
G=11.73%
B=44.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170461760.030.7400.31297.2358.5643.53
HexAA2EB034A01F1293b2c
Octal2525626031120374517354
Binary1010101010111010110000111001010011111100101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2EB0; }

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

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

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

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

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

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

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

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