#AC89FA

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

Shades of Biloba Flower #AC89FA

Tints of Biloba Flower #AC89FA

Color information

#AC89FA (or 0xAC89FA) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and FA. RGB value is (172,137,250). Sum of RGB (Red+Green+Blue) = 172+137+250=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC89FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89FA is #537605. Grayscale: #9F9F9F. Windows color (decimal): -5469702 or 16419244. OLE color: 16419244.

HSL color Cylindrical-coordinate representation of color #AC89FA: hue angle of 258.58º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC89FA is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172137250-
CMYK0.310.4500.02
HSL258.58º91.87%75.88%-
HSV(B)258.58º45.2%98.04%-
XYZ43.2133.5694.64-
YUV160.35178.6136.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 137 (53.91% from 255) = 24.51%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=30.77%
G=24.51%
B=44.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721372500.310.4500.02258.5891.8775.88
HexAC89FA1F2D021035c4c
Octal254211372375502403134114
Binary1010110010001001111110101111110110101010000001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89FA; }

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

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

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

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

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

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

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

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