#AA9DDD

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

Shades of Biloba Flower #AA9DDD

Tints of Biloba Flower #AA9DDD

Color information

#AA9DDD (or 0xAA9DDD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and DD. RGB value is (170,157,221). Sum of RGB (Red+Green+Blue) = 170+157+221=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DDD is #556222. Grayscale: #A7A7A7. Windows color (decimal): -5595683 or 14523818. OLE color: 14523818.

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

Color convert

RGB170157221-
CMYK0.230.2900.13
HSL252.19º48.48%74.12%-
HSV(B)252.19º28.96%86.67%-
XYZ41.6937.8873.52-
YUV168.18157.81129.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=31.02%
G=28.65%
B=40.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701572210.230.2900.13252.1948.4874.12
HexAA9DDD171D0Dfc304a
Octal252235335273501537460112
Binary101010101001110111011101101111110101101111111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DDD; }

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

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

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

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

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

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

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

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