#AC85F7

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

Shades of Biloba Flower #AC85F7

Tints of Biloba Flower #AC85F7

Color information

#AC85F7 (or 0xAC85F7) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and F7. RGB value is (172,133,247). Sum of RGB (Red+Green+Blue) = 172+133+247=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC85F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85F7 is #537A08. Grayscale: #9D9D9D. Windows color (decimal): -5470729 or 16221612. OLE color: 16221612.

HSL color Cylindrical-coordinate representation of color #AC85F7: hue angle of 260.53º 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 #AC85F7 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB172133247-
CMYK0.300.4600.03
HSL260.53º87.69%74.51%-
HSV(B)260.53º46.15%96.86%-
XYZ42.1932.2692-
YUV157.66178.42138.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 133 (52.34% from 255) = 24.09%
BLUE value IS 247 (96.88% from 255) = 44.75%
R=31.16%
G=24.09%
B=44.75%

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
Decimal1721332470.300.4600.03260.5387.6974.51
HexAC85F71E2E03105584b
Octal254205367365603405130113
Binary1010110010000101111101111111010111001110000010110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85F7; }

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

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

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

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

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

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

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

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