#AA9DDB

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

Shades of Biloba Flower #AA9DDB

Tints of Biloba Flower #AA9DDB

Color information

#AA9DDB (or 0xAA9DDB) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and DB. RGB value is (170,157,219). Sum of RGB (Red+Green+Blue) = 170+157+219=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDB is #556224. Grayscale: #A7A7A7. Windows color (decimal): -5595685 or 14392746. OLE color: 14392746.

HSL color Cylindrical-coordinate representation of color #AA9DDB: hue angle of 252.58º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA9DDB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170157219-
CMYK0.220.2800.14
HSL252.58º46.27%73.73%-
HSV(B)252.58º28.31%85.88%-
XYZ41.4237.7772.13-
YUV167.96156.81129.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 219 (85.94% from 255) = 40.11%
R=31.14%
G=28.75%
B=40.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701572190.220.2800.14252.5846.2773.73
HexAA9DDB161C0Efd2e4a
Octal252235333263401637556112
Binary101010101001110111011011101101110001110111111011011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DDB; }

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

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

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

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

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

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

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

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