#AA85EA

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

Shades of Biloba Flower #AA85EA

Tints of Biloba Flower #AA85EA

Color information

#AA85EA (or 0xAA85EA) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and EA. RGB value is (170,133,234). Sum of RGB (Red+Green+Blue) = 170+133+234=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA85EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85EA is #557A15. Grayscale: #9B9B9B. Windows color (decimal): -5601814 or 15369642. OLE color: 15369642.

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

Color convert

RGB170133234-
CMYK0.270.4300.08
HSL261.98º70.63%71.96%-
HSV(B)261.98º43.16%91.76%-
XYZ39.8231.2681.78-
YUV155.58172.26138.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 234 (91.80% from 255) = 43.58%
R=31.66%
G=24.77%
B=43.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701332340.270.4300.08261.9870.6371.96
HexAA85EA1B2B081064748
Octal2522053523353010406107110
Binary101010101000010111101010110111010110100010000011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85EA; }

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

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

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

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

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

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

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

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