#AC97F0

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

Shades of Biloba Flower #AC97F0

Tints of Biloba Flower #AC97F0

Color information

#AC97F0 (or 0xAC97F0) is unknown color: approx Biloba Flower. HEX triplet: AC, 97 and F0. RGB value is (172,151,240). Sum of RGB (Red+Green+Blue) = 172+151+240=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC97F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC97F0 is #53680F. Grayscale: #A7A7A7. Windows color (decimal): -5466128 or 15767468. OLE color: 15767468.

HSL color Cylindrical-coordinate representation of color #AC97F0: hue angle of 254.16º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC97F0 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB172151240-
CMYK0.280.3700.06
HSL254.16º74.79%76.67%-
HSV(B)254.16º37.08%94.12%-
XYZ43.8137.287.31-
YUV167.42168.96131.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 240 (94.14% from 255) = 42.63%
R=30.55%
G=26.82%
B=42.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1721512400.280.3700.06254.1674.7976.67
HexAC97F01C2506fe4b4d
Octal254227360344506376113115
Binary1010110010010111111100001110010010101101111111010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC97F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC97F0; }

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

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

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

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

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

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

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

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