#AC86F7

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

Shades of Biloba Flower #AC86F7

Tints of Biloba Flower #AC86F7

Color information

#AC86F7 (or 0xAC86F7) is unknown color: approx Biloba Flower. HEX triplet: AC, 86 and F7. RGB value is (172,134,247). Sum of RGB (Red+Green+Blue) = 172+134+247=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC86F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86F7 is #537908. Grayscale: #9D9D9D. Windows color (decimal): -5470473 or 16221868. OLE color: 16221868.

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

Color convert

RGB172134247-
CMYK0.300.4600.03
HSL260.18º87.6%74.71%-
HSV(B)260.18º45.75%96.86%-
XYZ42.3332.5492.04-
YUV158.24178.09137.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 134 (52.73% from 255) = 24.23%
BLUE value IS 247 (96.88% from 255) = 44.67%
R=31.10%
G=24.23%
B=44.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721342470.300.4600.03260.1887.674.71
HexAC86F71E2E03104584b
Octal254206367365603404130113
Binary1010110010000110111101111111010111001110000010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86F7; }

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

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

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

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

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

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

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

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