#AA85E1

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

Shades of Biloba Flower #AA85E1

Tints of Biloba Flower #AA85E1

Color information

#AA85E1 (or 0xAA85E1) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and E1. RGB value is (170,133,225). Sum of RGB (Red+Green+Blue) = 170+133+225=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA85E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85E1 is #557A1E. Grayscale: #9A9A9A. Windows color (decimal): -5601823 or 14779818. OLE color: 14779818.

HSL color Cylindrical-coordinate representation of color #AA85E1: hue angle of 264.13º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA85E1 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170133225-
CMYK0.240.4100.12
HSL264.13º60.53%70.2%-
HSV(B)264.13º40.89%88.24%-
XYZ38.5630.7675.14-
YUV154.55167.76139.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=32.20%
G=25.19%
B=42.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701332250.240.4100.12264.1360.5370.2
HexAA85E118290C1083d46
Octal252205341305101441075106
Binary10101010100001011110000111000101001011001000010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85E1; }

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

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

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

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

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

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

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

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