#AA1EAE

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

Shades of Dark Orchid #AA1EAE

Tints of Dark Orchid #AA1EAE

Color information

#AA1EAE (or 0xAA1EAE) is unknown color: approx Dark Orchid. HEX triplet: AA, 1E and AE. RGB value is (170,30,174). Sum of RGB (Red+Green+Blue) = 170+30+174=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1EAE is #55E151. Grayscale: #575757. Windows color (decimal): -5628242 or 11411114. OLE color: 11411114.

HSL color Cylindrical-coordinate representation of color #AA1EAE: hue angle of 298.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1EAE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17030174-
CMYK0.020.8300.32
HSL298.33º70.59%40%-
HSV(B)298.33º82.76%68.24%-
XYZ24.6812.5341.16-
YUV88.28176.38186.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 30 (12.11% from 255) = 8.02%
BLUE value IS 174 (68.36% from 255) = 46.52%
R=45.45%
G=8.02%
B=46.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170301740.020.8300.32298.3370.5940
HexAA1EAE25302012a4728
Octal25236256212304045210750
Binary10101010111101010111010101001101000001001010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1EAE; }

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

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

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

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

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

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

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

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