#aa84ea

Color #AA84EA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AA84EA

Tints of Biloba Flower #AA84EA

Color information

#AA84EA (or 0xAA84EA) is unknown color: approx Biloba Flower. HEX triplet: AA, 84 and EA. RGB value is (170,132,234). Sum of RGB (Red+Green+Blue) = 170+132+234=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA84EA is #557B15. Grayscale: #9A9A9A. Windows color (decimal): -5602070 or 15369386. OLE color: 15369386.

HSL color Cylindrical-coordinate representation of color #AA84EA: hue angle of 262.35º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA84EA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170132234-
CMYK0.270.4400.08
HSL262.35º70.83%71.76%-
HSV(B)262.35º43.59%91.76%-
XYZ39.6830.9981.73-
YUV154.99172.59138.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 132 (51.95% from 255) = 24.63%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=31.72%
G=24.63%
B=43.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701322340.270.4400.08262.3570.8371.76
HexAA84EA1B2C081064748
Octal2522043523354010406107110
Binary101010101000010011101010110111011000100010000011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa84ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa84ea; }

 p { color: rgb(170,132,234); }

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

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

 a { background-color: rgb(170,132,234); }

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

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

 span { border-color: rgb(170,132,234); }

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