#AA9DDC

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

Shades of Biloba Flower #AA9DDC

Tints of Biloba Flower #AA9DDC

Color information

#AA9DDC (or 0xAA9DDC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and DC. RGB value is (170,157,220). Sum of RGB (Red+Green+Blue) = 170+157+220=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDC is #556223. Grayscale: #A7A7A7. Windows color (decimal): -5595684 or 14458282. OLE color: 14458282.

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

Color convert

RGB170157220-
CMYK0.230.2900.14
HSL252.38º47.37%73.92%-
HSV(B)252.38º28.64%86.27%-
XYZ41.5537.8372.82-
YUV168.07157.31129.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=31.08%
G=28.70%
B=40.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701572200.230.2900.14252.3847.3773.92
HexAA9DDC171D0Efc2f4a
Octal252235334273501637457112
Binary101010101001110111011100101111110101110111111001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DDC; }

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

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

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

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

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

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

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

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