#AA94F7

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

Shades of Biloba Flower #AA94F7

Tints of Biloba Flower #AA94F7

Color information

#AA94F7 (or 0xAA94F7) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and F7. RGB value is (170,148,247). Sum of RGB (Red+Green+Blue) = 170+148+247=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA94F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94F7 is #556B08. Grayscale: #A5A5A5. Windows color (decimal): -5597961 or 16225450. OLE color: 16225450.

HSL color Cylindrical-coordinate representation of color #AA94F7: hue angle of 253.33º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA94F7 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170148247-
CMYK0.310.4000.03
HSL253.33º86.09%77.45%-
HSV(B)253.33º40.08%96.86%-
XYZ43.9636.4492.71-
YUV165.86173.79130.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 247 (96.88% from 255) = 43.72%
R=30.09%
G=26.19%
B=43.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701482470.310.4000.03253.3386.0977.45
HexAA94F71F2803fd564d
Octal252224367375003375126115
Binary101010101001010011110111111111010000111111110110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94F7; }

 p { color: rgb(170,148,247); }

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

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

 a { background-color: rgb(170,148,247); }

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

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

 span { border-color: rgb(170,148,247); }

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