#AA9FBD

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

Shades of Biloba Flower #AA9FBD

Tints of Biloba Flower #AA9FBD

Color information

#AA9FBD (or 0xAA9FBD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and BD. RGB value is (170,159,189). Sum of RGB (Red+Green+Blue) = 170+159+189=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA9FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FBD is #556042. Grayscale: #A5A5A5. Windows color (decimal): -5595203 or 12427178. OLE color: 12427178.

HSL color Cylindrical-coordinate representation of color #AA9FBD: hue angle of 262º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9FBD is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170159189-
CMYK0.100.1600.26
HSL262º18.52%68.24%-
HSV(B)262º15.87%74.12%-
XYZ38.1637.0253.28-
YUV165.71141.14131.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 189 (74.22% from 255) = 36.49%
R=32.82%
G=30.69%
B=36.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701591890.100.1600.2626218.5268.24
HexAA9FBDA1001A1061344
Octal252237275122003240623104
Binary101010101001111110111101101010000011010100000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FBD; }

 p { color: rgb(170,159,189); }

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

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

 a { background-color: rgb(170,159,189); }

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

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

 span { border-color: rgb(170,159,189); }

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