#AA1EE0

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

Shades of Dark Orchid #AA1EE0

Tints of Dark Orchid #AA1EE0

Color information

#AA1EE0 (or 0xAA1EE0) is unknown color: approx Dark Orchid. HEX triplet: AA, 1E and E0. RGB value is (170,30,224). Sum of RGB (Red+Green+Blue) = 170+30+224=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA1EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1EE0 is #55E11F. Grayscale: #5D5D5D. Windows color (decimal): -5628192 or 14687914. OLE color: 14687914.

HSL color Cylindrical-coordinate representation of color #AA1EE0: hue angle of 283.3º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1EE0 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17030224-
CMYK0.240.8700.12
HSL283.3º76.38%49.8%-
HSV(B)283.3º86.61%87.84%-
XYZ30.514.8671.78-
YUV93.98201.38182.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 30 (12.11% from 255) = 7.08%
BLUE value IS 224 (87.89% from 255) = 52.83%
R=40.09%
G=7.08%
B=52.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal170302240.240.8700.12283.376.3849.8
HexAA1EE018570C11b4c32
Octal252363403012701443311462
Binary101010101111011100000110001010111011001000110111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1EE0; }

 p { color: rgb(170,30,224); }

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

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

 a { background-color: rgb(170,30,224); }

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

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

 span { border-color: rgb(170,30,224); }

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