#AC89FC

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

Shades of Biloba Flower #AC89FC

Tints of Biloba Flower #AC89FC

Color information

#AC89FC (or 0xAC89FC) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and FC. RGB value is (172,137,252). Sum of RGB (Red+Green+Blue) = 172+137+252=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC89FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89FC is #537603. Grayscale: #A0A0A0. Windows color (decimal): -5469700 or 16550316. OLE color: 16550316.

HSL color Cylindrical-coordinate representation of color #AC89FC: hue angle of 258.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC89FC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172137252-
CMYK0.320.4600.01
HSL258.26º95.04%76.27%-
HSV(B)258.26º45.63%98.82%-
XYZ43.5333.6996.3-
YUV160.57179.6136.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 137 (53.91% from 255) = 24.42%
BLUE value IS 252 (98.83% from 255) = 44.92%
R=30.66%
G=24.42%
B=44.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721372520.320.4600.01258.2695.0476.27
HexAC89FC202E011025f4c
Octal254211374405601402137114
Binary1010110010001001111111001000001011100110000001010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89FC; }

 p { color: rgb(172,137,252); }

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

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

 a { background-color: rgb(172,137,252); }

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

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

 span { border-color: rgb(172,137,252); }

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