#AA9ED1

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

Shades of Biloba Flower #AA9ED1

Tints of Biloba Flower #AA9ED1

Color information

#AA9ED1 (or 0xAA9ED1) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and D1. RGB value is (170,158,209). Sum of RGB (Red+Green+Blue) = 170+158+209=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA9ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ED1 is #55612E. Grayscale: #A7A7A7. Windows color (decimal): -5595439 or 13737642. OLE color: 13737642.

HSL color Cylindrical-coordinate representation of color #AA9ED1: hue angle of 254.12º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9ED1 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170158209-
CMYK0.190.2400.18
HSL254.12º35.66%71.96%-
HSV(B)254.12º24.4%81.96%-
XYZ40.3137.665.46-
YUV167.4151.48129.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=31.66%
G=29.42%
B=38.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701582090.190.2400.18254.1235.6671.96
HexAA9ED11318012fe2448
Octal252236321233002237644110
Binary1010101010011110110100011001111000010010111111101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ED1; }

 p { color: rgb(170,158,209); }

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

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

 a { background-color: rgb(170,158,209); }

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

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

 span { border-color: rgb(170,158,209); }

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