#AA9DCF

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

Shades of Biloba Flower #AA9DCF

Tints of Biloba Flower #AA9DCF

Color information

#AA9DCF (or 0xAA9DCF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and CF. RGB value is (170,157,207). Sum of RGB (Red+Green+Blue) = 170+157+207=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA9DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DCF is #556230. Grayscale: #A6A6A6. Windows color (decimal): -5595697 or 13606314. OLE color: 13606314.

HSL color Cylindrical-coordinate representation of color #AA9DCF: hue angle of 255.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9DCF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170157207-
CMYK0.180.2400.19
HSL255.6º34.25%71.37%-
HSV(B)255.6º24.15%81.18%-
XYZ39.937.1664.1-
YUV166.59150.81130.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 157 (61.72% from 255) = 29.40%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=31.84%
G=29.40%
B=38.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701572070.180.2400.19255.634.2571.37
HexAA9DCF12180131002247
Octal252235317223002340042107
Binary10101010100111011100111110010110000100111000000001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DCF; }

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

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

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

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

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

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

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

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