#AA97F2

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

Shades of Biloba Flower #AA97F2

Tints of Biloba Flower #AA97F2

Color information

#AA97F2 (or 0xAA97F2) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and F2. RGB value is (170,151,242). Sum of RGB (Red+Green+Blue) = 170+151+242=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA97F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97F2 is #55680D. Grayscale: #A6A6A6. Windows color (decimal): -5597198 or 15898538. OLE color: 15898538.

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

Color convert

RGB170151242-
CMYK0.300.3800.05
HSL252.53º77.78%77.06%-
HSV(B)252.53º37.6%94.9%-
XYZ43.6737.0988.86-
YUV167.05170.29130.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=30.20%
G=26.82%
B=42.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701512420.300.3800.05252.5377.7877.06
HexAA97F21E2605fd4e4d
Octal252227362364605375116115
Binary1010101010010111111100101111010011001011111110110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97F2; }

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

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

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

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

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

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

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

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