#AC97F4

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

Shades of Biloba Flower #AC97F4

Tints of Biloba Flower #AC97F4

Color information

#AC97F4 (or 0xAC97F4) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and F4. RGB value is (172,151,244). Sum of RGB (Red+Green+Blue) = 172+151+244=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 244 (95.70% from 255 or 43.03% from 567); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC97F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97F4 is #53680B. Grayscale: #A7A7A7. Windows color (decimal): -5466124 or 16029612. OLE color: 16029612.

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

Color convert

RGB172151244-
CMYK0.300.3800.04
HSL253.55º80.87%77.45%-
HSV(B)253.55º38.11%95.69%-
XYZ44.4137.4490.47-
YUV167.88170.96130.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 151 (59.38% from 255) = 26.63%
BLUE value IS 244 (95.70% from 255) = 43.03%
R=30.34%
G=26.63%
B=43.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721512440.300.3800.04253.5580.8777.45
HexAC97F41E2604fe514d
Octal254227364364604376121115
Binary1010110010010111111101001111010011001001111111010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97F4; }

 p { color: rgb(172,151,244); }

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

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

 a { background-color: rgb(172,151,244); }

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

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

 span { border-color: rgb(172,151,244); }

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