#AC9EF7

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

Shades of Biloba Flower #AC9EF7

Tints of Biloba Flower #AC9EF7

Color information

#AC9EF7 (or 0xAC9EF7) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and F7. RGB value is (172,158,247). Sum of RGB (Red+Green+Blue) = 172+158+247=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 158 (62.11% from 255 or 27.38% from 577); Blue value is 247 (96.88% from 255 or 42.81% from 577); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC9EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EF7 is #536108. Grayscale: #ABABAB. Windows color (decimal): -5464329 or 16228012. OLE color: 16228012.

HSL color Cylindrical-coordinate representation of color #AC9EF7: hue angle of 249.44º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC9EF7 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172158247-
CMYK0.300.3600.03
HSL249.44º84.76%79.41%-
HSV(B)249.44º36.03%96.86%-
XYZ46.0339.9493.28-
YUV172.33170.14127.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 158 (62.11% from 255) = 27.38%
BLUE value IS 247 (96.88% from 255) = 42.81%
R=29.81%
G=27.38%
B=42.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721582470.300.3600.03249.4484.7679.41
HexAC9EF71E2403f9554f
Octal254236367364403371125117
Binary101011001001111011110111111101001000111111100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EF7; }

 p { color: rgb(172,158,247); }

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

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

 a { background-color: rgb(172,158,247); }

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

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

 span { border-color: rgb(172,158,247); }

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