#AA9BC3

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

Shades of Biloba Flower #AA9BC3

Tints of Biloba Flower #AA9BC3

Color information

#AA9BC3 (or 0xAA9BC3) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and C3. RGB value is (170,155,195). Sum of RGB (Red+Green+Blue) = 170+155+195=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA9BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BC3 is #55643C. Grayscale: #A3A3A3. Windows color (decimal): -5596221 or 12819370. OLE color: 12819370.

HSL color Cylindrical-coordinate representation of color #AA9BC3: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9BC3 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170155195-
CMYK0.130.2100.24
HSL262.5º25%68.63%-
HSV(B)262.5º20.51%76.47%-
XYZ38.1535.9356.55-
YUV164.04145.47132.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 155 (60.94% from 255) = 29.81%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=32.69%
G=29.81%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701551950.130.2100.24262.52568.63
HexAA9BC3D150181061945
Octal252233303152503040631105
Binary101010101001101111000011110110101011000100000110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BC3; }

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

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

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

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

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

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

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

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