#AA9DD4

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

Shades of Biloba Flower #AA9DD4

Tints of Biloba Flower #AA9DD4

Color information

#AA9DD4 (or 0xAA9DD4) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and D4. RGB value is (170,157,212). Sum of RGB (Red+Green+Blue) = 170+157+212=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA9DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DD4 is #55622B. Grayscale: #A6A6A6. Windows color (decimal): -5595692 or 13933994. OLE color: 13933994.

HSL color Cylindrical-coordinate representation of color #AA9DD4: hue angle of 254.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9DD4 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170157212-
CMYK0.200.2600.17
HSL254.18º39.01%72.35%-
HSV(B)254.18º25.94%83.14%-
XYZ40.5237.4167.37-
YUV167.16153.31130.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 212 (83.20% from 255) = 39.33%
R=31.54%
G=29.13%
B=39.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701572120.200.2600.17254.1839.0172.35
HexAA9DD4141A011fe2748
Octal252235324243202137647110
Binary1010101010011101110101001010011010010001111111101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DD4; }

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

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

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

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

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

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

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

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