#AA91D5

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

Shades of Biloba Flower #AA91D5

Tints of Biloba Flower #AA91D5

Color information

#AA91D5 (or 0xAA91D5) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and D5. RGB value is (170,145,213). Sum of RGB (Red+Green+Blue) = 170+145+213=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA91D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA91D5 is #556E2A. Grayscale: #9F9F9F. Windows color (decimal): -5598763 or 13996458. OLE color: 13996458.

HSL color Cylindrical-coordinate representation of color #AA91D5: hue angle of 262.06º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA91D5 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170145213-
CMYK0.200.3200.16
HSL262.06º44.74%70.2%-
HSV(B)262.06º31.92%83.53%-
XYZ38.7133.667.4-
YUV160.23157.78134.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=32.20%
G=27.46%
B=40.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701452130.200.3200.16262.0644.7470.2
HexAA91D514200101062d46
Octal252221325244002040655106
Binary101010101001000111010101101001000000100001000001101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91D5; }

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

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

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

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

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

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

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

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