#aa88ce

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

Shades of Biloba Flower #AA88CE

Tints of Biloba Flower #AA88CE

Color information

#AA88CE (or 0xAA88CE) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and CE. RGB value is (170,136,206). Sum of RGB (Red+Green+Blue) = 170+136+206=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88CE is #557731. Grayscale: #999999. Windows color (decimal): -5601074 or 13535402. OLE color: 13535402.

HSL color Cylindrical-coordinate representation of color #AA88CE: hue angle of 269.14º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA88CE is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170136206-
CMYK0.170.3400.19
HSL269.14º41.67%67.06%-
HSV(B)269.14º33.98%80.78%-
XYZ36.5230.6162.38-
YUV154.15157.26139.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=33.20%
G=26.56%
B=40.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701362060.170.3400.19269.1441.6767.06
HexAA88CE112201310d2a43
Octal252210316214202341552103
Binary101010101000100011001110100011000100100111000011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa88ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa88ce; }

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

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

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

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

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

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

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

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