#AA9BC9

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

Shades of Biloba Flower #AA9BC9

Tints of Biloba Flower #AA9BC9

Color information

#AA9BC9 (or 0xAA9BC9) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and C9. RGB value is (170,155,201). Sum of RGB (Red+Green+Blue) = 170+155+201=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BC9 is #556436. Grayscale: #A4A4A4. Windows color (decimal): -5596215 or 13212586. OLE color: 13212586.

HSL color Cylindrical-coordinate representation of color #AA9BC9: hue angle of 259.57º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9BC9 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170155201-
CMYK0.150.2300.21
HSL259.57º29.87%69.8%-
HSV(B)259.57º22.89%78.82%-
XYZ38.8436.2160.2-
YUV164.73148.47131.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 201 (78.91% from 255) = 38.21%
R=32.32%
G=29.47%
B=38.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701552010.150.2300.21259.5729.8769.8
HexAA9BC9F170151041e46
Octal252233311172702540436106
Binary101010101001101111001001111110111010101100000100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BC9; }

 p { color: rgb(170,155,201); }

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

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

 a { background-color: rgb(170,155,201); }

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

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

 span { border-color: rgb(170,155,201); }

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