#AA94E7

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

Shades of Biloba Flower #AA94E7

Tints of Biloba Flower #AA94E7

Color information

#AA94E7 (or 0xAA94E7) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and E7. RGB value is (170,148,231). Sum of RGB (Red+Green+Blue) = 170+148+231=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA94E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA94E7 is #556B18. Grayscale: #A3A3A3. Windows color (decimal): -5597977 or 15176874. OLE color: 15176874.

HSL color Cylindrical-coordinate representation of color #AA94E7: hue angle of 255.9º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA94E7 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170148231-
CMYK0.260.3600.09
HSL255.9º63.36%74.31%-
HSV(B)255.9º35.93%90.59%-
XYZ41.5935.580.26-
YUV164.04165.79132.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 148 (58.20% from 255) = 26.96%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=30.97%
G=26.96%
B=42.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701482310.260.3600.09255.963.3674.31
HexAA94E71A24091003f4a
Octal252224347324401140077112
Binary10101010100101001110011111010100100010011000000001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94E7; }

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

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

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

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

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

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

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

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