#AC85F8

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

Shades of Biloba Flower #AC85F8

Tints of Biloba Flower #AC85F8

Color information

#AC85F8 (or 0xAC85F8) is unknown color: approx Biloba Flower. HEX triplet: AC, 85 and F8. RGB value is (172,133,248). Sum of RGB (Red+Green+Blue) = 172+133+248=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #AC85F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85F8 is #537A07. Grayscale: #9D9D9D. Windows color (decimal): -5470728 or 16287148. OLE color: 16287148.

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

Color convert

RGB172133248-
CMYK0.310.4600.03
HSL260.35º89.15%74.71%-
HSV(B)260.35º46.37%97.25%-
XYZ42.3432.3292.81-
YUV157.77178.92138.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 248 (97.27% from 255) = 44.85%
R=31.10%
G=24.05%
B=44.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1721332480.310.4600.03260.3589.1574.71
HexAC85F81F2E03104594b
Octal254205370375603404131113
Binary1010110010000101111110001111110111001110000010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85F8; }

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

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

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

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

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

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

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

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