#AA85EE

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

Shades of Biloba Flower #AA85EE

Tints of Biloba Flower #AA85EE

Color information

#AA85EE (or 0xAA85EE) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and EE. RGB value is (170,133,238). Sum of RGB (Red+Green+Blue) = 170+133+238=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA85EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85EE is #557A11. Grayscale: #9B9B9B. Windows color (decimal): -5601810 or 15631786. OLE color: 15631786.

HSL color Cylindrical-coordinate representation of color #AA85EE: hue angle of 261.14º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA85EE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170133238-
CMYK0.290.4400.07
HSL261.14º75.54%72.75%-
HSV(B)261.14º44.12%93.33%-
XYZ40.431.4984.84-
YUV156.03174.26137.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 133 (52.34% from 255) = 24.58%
BLUE value IS 238 (93.36% from 255) = 43.99%
R=31.42%
G=24.58%
B=43.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701332380.290.4400.07261.1475.5472.75
HexAA85EE1D2C071054c49
Octal252205356355407405114111
Binary10101010100001011110111011101101100011110000010110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85EE; }

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

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

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

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

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

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

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

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