#AA9DD0

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

Shades of Biloba Flower #AA9DD0

Tints of Biloba Flower #AA9DD0

Color information

#AA9DD0 (or 0xAA9DD0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and D0. RGB value is (170,157,208). Sum of RGB (Red+Green+Blue) = 170+157+208=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 157 (61.72% from 255 or 29.35% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA9DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DD0 is #55622F. Grayscale: #A6A6A6. Windows color (decimal): -5595696 or 13671850. OLE color: 13671850.

HSL color Cylindrical-coordinate representation of color #AA9DD0: hue angle of 255.29º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9DD0 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170157208-
CMYK0.180.2500.18
HSL255.29º35.17%71.57%-
HSV(B)255.29º24.52%81.57%-
XYZ40.0237.2164.75-
YUV166.7151.31130.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 157 (61.72% from 255) = 29.35%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=31.78%
G=29.35%
B=38.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701572080.180.2500.18255.2935.1771.57
HexAA9DD01219012ff2348
Octal252235320223102237743110
Binary1010101010011101110100001001011001010010111111111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DD0; }

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

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

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

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

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

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

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

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