#AA97F7

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

Shades of Biloba Flower #AA97F7

Tints of Biloba Flower #AA97F7

Color information

#AA97F7 (or 0xAA97F7) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and F7. RGB value is (170,151,247). Sum of RGB (Red+Green+Blue) = 170+151+247=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA97F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97F7 is #556808. Grayscale: #A7A7A7. Windows color (decimal): -5597193 or 16226218. OLE color: 16226218.

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

Color convert

RGB170151247-
CMYK0.310.3900.03
HSL251.88º85.71%78.04%-
HSV(B)251.88º38.87%96.86%-
XYZ44.4337.3992.87-
YUV167.62172.79129.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=29.93%
G=26.58%
B=43.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701512470.310.3900.03251.8885.7178.04
HexAA97F71F2703fc564e
Octal252227367374703374126116
Binary101010101001011111110111111111001110111111110010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97F7; }

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

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

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

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

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

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

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

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