#AA3AE7

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

Shades of Dark Orchid #AA3AE7

Tints of Dark Orchid #AA3AE7

Color information

#AA3AE7 (or 0xAA3AE7) is unknown color: approx Dark Orchid. HEX triplet: AA, 3A and E7. RGB value is (170,58,231). Sum of RGB (Red+Green+Blue) = 170+58+231=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA3AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3AE7 is #55C518. Grayscale: #6E6E6E. Windows color (decimal): -5621017 or 15153834. OLE color: 15153834.

HSL color Cylindrical-coordinate representation of color #AA3AE7: hue angle of 278.84º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3AE7 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17058231-
CMYK0.260.7500.09
HSL278.84º78.28%56.67%-
HSV(B)278.84º74.89%90.59%-
XYZ32.5117.3477.23-
YUV111.21195.61169.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 58 (23.05% from 255) = 12.64%
BLUE value IS 231 (90.62% from 255) = 50.33%
R=37.04%
G=12.64%
B=50.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal170582310.260.7500.09278.8478.2856.67
HexAA3AE71A4B091174e39
Octal252723473211301142711671
Binary1010101011101011100111110101001011010011000101111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3AE7; }

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

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

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

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

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

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

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

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