#AA97FA

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

Shades of Biloba Flower #AA97FA

Tints of Biloba Flower #AA97FA

Color information

#AA97FA (or 0xAA97FA) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and FA. RGB value is (170,151,250). Sum of RGB (Red+Green+Blue) = 170+151+250=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97FA is #556805. Grayscale: #A7A7A7. Windows color (decimal): -5597190 or 16422826. OLE color: 16422826.

HSL color Cylindrical-coordinate representation of color #AA97FA: hue angle of 251.52º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA97FA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170151250-
CMYK0.320.4000.02
HSL251.52º90.83%78.63%-
HSV(B)251.52º39.6%98.04%-
XYZ44.937.5895.33-
YUV167.97174.29129.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=29.77%
G=26.44%
B=43.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1701512500.320.4000.02251.5290.8378.63
HexAA97FA202802fc5b4f
Octal252227372405002374133117
Binary1010101010010111111110101000001010000101111110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97FA; }

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

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

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

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

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

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

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

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