#AC85F6

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

Shades of Biloba Flower #AC85F6

Tints of Biloba Flower #AC85F6

Color information

#AC85F6 (or 0xAC85F6) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and F6. RGB value is (172,133,246). Sum of RGB (Red+Green+Blue) = 172+133+246=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #AC85F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85F6 is #537A09. Grayscale: #9D9D9D. Windows color (decimal): -5470730 or 16156076. OLE color: 16156076.

HSL color Cylindrical-coordinate representation of color #AC85F6: hue angle of 260.71º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC85F6 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB172133246-
CMYK0.300.4600.04
HSL260.71º86.26%74.31%-
HSV(B)260.71º45.93%96.47%-
XYZ42.0432.291.19-
YUV157.54177.92138.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 246 (96.48% from 255) = 44.65%
R=31.22%
G=24.14%
B=44.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1721332460.300.4600.04260.7186.2674.31
HexAC85F61E2E04105564a
Octal254205366365604405126112
Binary10101100100001011111011011110101110010010000010110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85F6; }

 p { color: rgb(172,133,246); }

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

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

 a { background-color: rgb(172,133,246); }

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

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

 span { border-color: rgb(172,133,246); }

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