#AC86E7

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

Shades of Biloba Flower #AC86E7

Tints of Biloba Flower #AC86E7

Color information

#AC86E7 (or 0xAC86E7) is unknown color: approx Biloba Flower. HEX triplet: AC, 86 and E7. RGB value is (172,134,231). Sum of RGB (Red+Green+Blue) = 172+134+231=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 134 (52.73% from 255 or 24.95% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC86E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86E7 is #537918. Grayscale: #9C9C9C. Windows color (decimal): -5470489 or 15173292. OLE color: 15173292.

HSL color Cylindrical-coordinate representation of color #AC86E7: hue angle of 263.51º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC86E7 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172134231-
CMYK0.260.4200.09
HSL263.51º66.9%71.57%-
HSV(B)263.51º41.99%90.59%-
XYZ39.9631.5979.59-
YUV156.42170.09139.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 134 (52.73% from 255) = 24.95%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=32.03%
G=24.95%
B=43.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721342310.260.4200.09263.5166.971.57
HexAC86E71A2A091084348
Octal2542063473252011410103110
Binary101011001000011011100111110101010100100110000100010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86E7; }

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

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

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

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

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

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

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

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