#AA99CE

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

Shades of Biloba Flower #AA99CE

Tints of Biloba Flower #AA99CE

Color information

#AA99CE (or 0xAA99CE) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and CE. RGB value is (170,153,206). Sum of RGB (Red+Green+Blue) = 170+153+206=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99CE is #556631. Grayscale: #A3A3A3. Windows color (decimal): -5596722 or 13539754. OLE color: 13539754.

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

Color convert

RGB170153206-
CMYK0.170.2600.19
HSL259.25º35.1%70.39%-
HSV(B)259.25º25.73%80.78%-
XYZ39.1135.7863.24-
YUV164.12151.63132.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 153 (60.16% from 255) = 28.92%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=32.14%
G=28.92%
B=38.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701532060.170.2600.19259.2535.170.39
HexAA99CE111A0131032346
Octal252231316213202340343106
Binary10101010100110011100111010001110100100111000000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99CE; }

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

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

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

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

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

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

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

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