#AA94F1

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

Shades of Biloba Flower #AA94F1

Tints of Biloba Flower #AA94F1

Color information

#AA94F1 (or 0xAA94F1) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and F1. RGB value is (170,148,241). Sum of RGB (Red+Green+Blue) = 170+148+241=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA94F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94F1 is #556B0E. Grayscale: #A4A4A4. Windows color (decimal): -5597967 or 15832234. OLE color: 15832234.

HSL color Cylindrical-coordinate representation of color #AA94F1: hue angle of 254.19º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA94F1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170148241-
CMYK0.290.3900.05
HSL254.19º76.86%76.27%-
HSV(B)254.19º38.59%94.51%-
XYZ43.0436.0887.91-
YUV165.18170.79131.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 148 (58.20% from 255) = 26.48%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=30.41%
G=26.48%
B=43.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701482410.290.3900.05254.1976.8676.27
HexAA94F11D2705fe4d4c
Octal252224361354705376115114
Binary1010101010010100111100011110110011101011111111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94F1; }

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

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

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

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

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

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

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

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