#AA97FC

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

Shades of Biloba Flower #AA97FC

Tints of Biloba Flower #AA97FC

Color information

#AA97FC (or 0xAA97FC) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and FC. RGB value is (170,151,252). Sum of RGB (Red+Green+Blue) = 170+151+252=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA97FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97FC is #556803. Grayscale: #A7A7A7. Windows color (decimal): -5597188 or 16553898. OLE color: 16553898.

HSL color Cylindrical-coordinate representation of color #AA97FC: hue angle of 251.29º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA97FC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170151252-
CMYK0.330.4000.01
HSL251.29º94.39%79.02%-
HSV(B)251.29º40.08%98.82%-
XYZ45.2137.7196.99-
YUV168.2175.29129.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 151 (59.38% from 255) = 26.35%
BLUE value IS 252 (98.83% from 255) = 43.98%
R=29.67%
G=26.35%
B=43.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701512520.330.4000.01251.2994.3979.02
HexAA97FC212801fb5e4f
Octal252227374415001373136117
Binary101010101001011111111100100001101000011111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97FC; }

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

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

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

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

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

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

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

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