#AA9CF0

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

Shades of Biloba Flower #AA9CF0

Tints of Biloba Flower #AA9CF0

Color information

#AA9CF0 (or 0xAA9CF0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and F0. RGB value is (170,156,240). Sum of RGB (Red+Green+Blue) = 170+156+240=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA9CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9CF0 is #55630F. Grayscale: #A9A9A9. Windows color (decimal): -5595920 or 15768746. OLE color: 15768746.

HSL color Cylindrical-coordinate representation of color #AA9CF0: hue angle of 250º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA9CF0 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB170156240-
CMYK0.290.3500.06
HSL250º73.68%77.65%-
HSV(B)250º35%94.12%-
XYZ44.1938.6187.56-
YUV169.76167.64128.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.04%
GREEN value IS 156 (61.33% from 255) = 27.56%
BLUE value IS 240 (94.14% from 255) = 42.40%
R=30.04%
G=27.56%
B=42.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1701562400.290.3500.0625073.6877.65
HexAA9CF01D2306fa4a4e
Octal252234360354306372112116
Binary1010101010011100111100001110110001101101111101010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CF0; }

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

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

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

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

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

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

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

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