#AA9FCA

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

Shades of Biloba Flower #AA9FCA

Tints of Biloba Flower #AA9FCA

Color information

#AA9FCA (or 0xAA9FCA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and CA. RGB value is (170,159,202). Sum of RGB (Red+Green+Blue) = 170+159+202=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FCA is #556035. Grayscale: #A7A7A7. Windows color (decimal): -5595190 or 13279146. OLE color: 13279146.

HSL color Cylindrical-coordinate representation of color #AA9FCA: hue angle of 255.35º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA9FCA is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170159202-
CMYK0.160.2100.21
HSL255.35º28.86%70.78%-
HSV(B)255.35º21.29%79.22%-
XYZ39.6437.6161.05-
YUV167.19147.64130-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 159 (62.5% from 255) = 29.94%
BLUE value IS 202 (79.30% from 255) = 38.04%
R=32.02%
G=29.94%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701592020.160.2100.21255.3528.8670.78
HexAA9FCA1015015ff1d47
Octal252237312202502537735107
Binary101010101001111111001010100001010101010111111111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FCA; }

 p { color: rgb(170,159,202); }

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

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

 a { background-color: rgb(170,159,202); }

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

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

 span { border-color: rgb(170,159,202); }

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