#AA9AD1

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

Shades of Biloba Flower #AA9AD1

Tints of Biloba Flower #AA9AD1

Color information

#AA9AD1 (or 0xAA9AD1) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and D1. RGB value is (170,154,209). Sum of RGB (Red+Green+Blue) = 170+154+209=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA9AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9AD1 is #55652E. Grayscale: #A4A4A4. Windows color (decimal): -5596463 or 13736618. OLE color: 13736618.

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

Color convert

RGB170154209-
CMYK0.190.2600.18
HSL257.45º37.41%71.18%-
HSV(B)257.45º26.32%81.96%-
XYZ39.6436.2665.23-
YUV165.05152.8131.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=31.89%
G=28.89%
B=39.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701542090.190.2600.18257.4537.4171.18
HexAA9AD1131A0121012547
Octal252232321233202240145107
Binary10101010100110101101000110011110100100101000000011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AD1; }

 p { color: rgb(170,154,209); }

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

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

 a { background-color: rgb(170,154,209); }

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

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

 span { border-color: rgb(170,154,209); }

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