#AA9BD0

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

Shades of Biloba Flower #AA9BD0

Tints of Biloba Flower #AA9BD0

Color information

#AA9BD0 (or 0xAA9BD0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and D0. RGB value is (170,155,208). Sum of RGB (Red+Green+Blue) = 170+155+208=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA9BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD0 is #55642F. Grayscale: #A5A5A5. Windows color (decimal): -5596208 or 13671338. OLE color: 13671338.

HSL color Cylindrical-coordinate representation of color #AA9BD0: hue angle of 256.98º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9BD0 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170155208-
CMYK0.180.2500.18
HSL256.98º36.05%71.18%-
HSV(B)256.98º25.48%81.57%-
XYZ39.6836.5464.64-
YUV165.53151.97131.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 208 (81.64% from 255) = 39.02%
R=31.89%
G=29.08%
B=39.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701552080.180.2500.18256.9836.0571.18
HexAA9BD012190121012447
Octal252233320223102240144107
Binary10101010100110111101000010010110010100101000000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BD0; }

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

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

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

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

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

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

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

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