#AA3AE5

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

Shades of Dark Orchid #AA3AE5

Tints of Dark Orchid #AA3AE5

Color information

#AA3AE5 (or 0xAA3AE5) is unknown color: approx Dark Orchid. HEX triplet: AA, 3A and E5. RGB value is (170,58,229). Sum of RGB (Red+Green+Blue) = 170+58+229=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA3AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3AE5 is #55C51A. Grayscale: #6E6E6E. Windows color (decimal): -5621019 or 15022762. OLE color: 15022762.

HSL color Cylindrical-coordinate representation of color #AA3AE5: hue angle of 279.3º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3AE5 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17058229-
CMYK0.260.7500.10
HSL279.3º76.68%56.27%-
HSV(B)279.3º74.67%89.8%-
XYZ32.2317.2375.76-
YUV110.98194.61170.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 229 (89.84% from 255) = 50.11%
R=37.20%
G=12.69%
B=50.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal170582290.260.7500.10279.376.6856.27
HexAA3AE51A4B0A1174d38
Octal252723453211301242711570
Binary1010101011101011100101110101001011010101000101111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AE5; }

 p { color: rgb(170,58,229); }

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

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

 a { background-color: rgb(170,58,229); }

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

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

 span { border-color: rgb(170,58,229); }

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