#AA9DCB

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

Shades of Biloba Flower #AA9DCB

Tints of Biloba Flower #AA9DCB

Color information

#AA9DCB (or 0xAA9DCB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and CB. RGB value is (170,157,203). Sum of RGB (Red+Green+Blue) = 170+157+203=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCB is #556234. Grayscale: #A5A5A5. Windows color (decimal): -5595701 or 13344170. OLE color: 13344170.

HSL color Cylindrical-coordinate representation of color #AA9DCB: hue angle of 256.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9DCB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170157203-
CMYK0.160.2300.20
HSL256.96º30.67%70.59%-
HSV(B)256.96º22.66%79.61%-
XYZ39.4136.9761.56-
YUV166.13148.81130.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=32.08%
G=29.62%
B=38.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701572030.160.2300.20256.9630.6770.59
HexAA9DCB10170141011f47
Octal252235313202702440137107
Binary1010101010011101110010111000010111010100100000001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DCB; }

 p { color: rgb(170,157,203); }

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

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

 a { background-color: rgb(170,157,203); }

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

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

 span { border-color: rgb(170,157,203); }

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