#AA9DE3

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

Shades of Biloba Flower #AA9DE3

Tints of Biloba Flower #AA9DE3

Color information

#AA9DE3 (or 0xAA9DE3) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and E3. RGB value is (170,157,227). Sum of RGB (Red+Green+Blue) = 170+157+227=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA9DE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DE3 is #55621C. Grayscale: #A8A8A8. Windows color (decimal): -5595677 or 14917034. OLE color: 14917034.

HSL color Cylindrical-coordinate representation of color #AA9DE3: hue angle of 251.14º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9DE3 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170157227-
CMYK0.250.3100.11
HSL251.14º55.56%75.29%-
HSV(B)251.14º30.84%89.02%-
XYZ42.538.2177.81-
YUV168.87160.81128.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 157 (61.72% from 255) = 28.34%
BLUE value IS 227 (89.06% from 255) = 40.97%
R=30.69%
G=28.34%
B=40.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701572270.250.3100.11251.1455.5675.29
HexAA9DE3191F0Bfb384b
Octal252235343313701337370113
Binary101010101001110111100011110011111101011111110111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DE3; }

 p { color: rgb(170,157,227); }

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

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

 a { background-color: rgb(170,157,227); }

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

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

 span { border-color: rgb(170,157,227); }

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