#AA9CF3

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

Shades of Biloba Flower #AA9CF3

Tints of Biloba Flower #AA9CF3

Color information

#AA9CF3 (or 0xAA9CF3) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and F3. RGB value is (170,156,243). Sum of RGB (Red+Green+Blue) = 170+156+243=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA9CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CF3 is #55630C. Grayscale: #A9A9A9. Windows color (decimal): -5595917 or 15965354. OLE color: 15965354.

HSL color Cylindrical-coordinate representation of color #AA9CF3: hue angle of 249.66º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9CF3 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170156243-
CMYK0.300.3600.05
HSL249.66º78.38%78.24%-
HSV(B)249.66º35.8%95.29%-
XYZ44.6438.7989.93-
YUV170.1169.14127.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 156 (61.33% from 255) = 27.42%
BLUE value IS 243 (95.31% from 255) = 42.71%
R=29.88%
G=27.42%
B=42.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701562430.300.3600.05249.6678.3878.24
HexAA9CF31E2405fa4e4e
Octal252234363364405372116116
Binary1010101010011100111100111111010010001011111101010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CF3; }

 p { color: rgb(170,156,243); }

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

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

 a { background-color: rgb(170,156,243); }

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

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

 span { border-color: rgb(170,156,243); }

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