#AA88E1

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

Shades of Biloba Flower #AA88E1

Tints of Biloba Flower #AA88E1

Color information

#AA88E1 (or 0xAA88E1) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and E1. RGB value is (170,136,225). Sum of RGB (Red+Green+Blue) = 170+136+225=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA88E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88E1 is #55771E. Grayscale: #9B9B9B. Windows color (decimal): -5601055 or 14780586. OLE color: 14780586.

HSL color Cylindrical-coordinate representation of color #AA88E1: hue angle of 262.92º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA88E1 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170136225-
CMYK0.240.4000.12
HSL262.92º59.73%70.78%-
HSV(B)262.92º39.56%88.24%-
XYZ38.9731.5975.28-
YUV156.31166.76137.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 136 (53.52% from 255) = 25.61%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=32.02%
G=25.61%
B=42.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701362250.240.4000.12262.9259.7370.78
HexAA88E118280C1073c47
Octal252210341305001440774107
Binary10101010100010001110000111000101000011001000001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88E1; }

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

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

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

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

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

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

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

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