#AA88DE

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

Shades of Biloba Flower #AA88DE

Tints of Biloba Flower #AA88DE

Color information

#AA88DE (or 0xAA88DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 88 and DE. RGB value is (170,136,222). Sum of RGB (Red+Green+Blue) = 170+136+222=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA88DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88DE is #557721. Grayscale: #9B9B9B. Windows color (decimal): -5601058 or 14583978. OLE color: 14583978.

HSL color Cylindrical-coordinate representation of color #AA88DE: hue angle of 263.72º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA88DE is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170136222-
CMYK0.230.3900.13
HSL263.72º56.58%70.2%-
HSV(B)263.72º38.74%87.06%-
XYZ38.5731.4373.14-
YUV155.97165.26138.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 136 (53.52% from 255) = 25.76%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=32.20%
G=25.76%
B=42.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701362220.230.3900.13263.7256.5870.2
HexAA88DE17270D1083946
Octal252210336274701541071106
Binary10101010100010001101111010111100111011011000010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88DE; }

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

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

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

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

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

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

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

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