#AC86F1

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

Shades of Biloba Flower #AC86F1

Tints of Biloba Flower #AC86F1

Color information

#AC86F1 (or 0xAC86F1) is unknown color: approx Biloba Flower. HEX triplet: AC, 86 and F1. RGB value is (172,134,241). Sum of RGB (Red+Green+Blue) = 172+134+241=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC86F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC86F1 is #53790E. Grayscale: #9D9D9D. Windows color (decimal): -5470479 or 15828652. OLE color: 15828652.

HSL color Cylindrical-coordinate representation of color #AC86F1: hue angle of 261.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC86F1 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172134241-
CMYK0.290.4400.05
HSL261.31º79.26%73.53%-
HSV(B)261.31º44.4%94.51%-
XYZ41.4232.1787.25-
YUV157.56175.09138.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 134 (52.73% from 255) = 24.50%
BLUE value IS 241 (94.53% from 255) = 44.06%
R=31.44%
G=24.50%
B=44.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721342410.290.4400.05261.3179.2673.53
HexAC86F11D2C051054f4a
Octal254206361355405405117112
Binary10101100100001101111000111101101100010110000010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC86F1; }

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

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

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

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

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

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

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

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