#AA91CE

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

Shades of Biloba Flower #AA91CE

Tints of Biloba Flower #AA91CE

Color information

#AA91CE (or 0xAA91CE) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and CE. RGB value is (170,145,206). Sum of RGB (Red+Green+Blue) = 170+145+206=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91CE is #556E31. Grayscale: #9F9F9F. Windows color (decimal): -5598770 or 13537706. OLE color: 13537706.

HSL color Cylindrical-coordinate representation of color #AA91CE: hue angle of 264.59º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA91CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170145206-
CMYK0.170.3000.19
HSL264.59º38.36%68.82%-
HSV(B)264.59º29.61%80.78%-
XYZ37.8433.2562.82-
YUV159.43154.28135.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=32.63%
G=27.83%
B=39.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701452060.170.3000.19264.5938.3668.82
HexAA91CE111E0131092645
Octal252221316213602341146105
Binary10101010100100011100111010001111100100111000010011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91CE; }

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

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

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

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

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

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

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

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