#AC89F3

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

Shades of Biloba Flower #AC89F3

Tints of Biloba Flower #AC89F3

Color information

#AC89F3 (or 0xAC89F3) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and F3. RGB value is (172,137,243). Sum of RGB (Red+Green+Blue) = 172+137+243=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC89F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89F3 is #53760C. Grayscale: #9F9F9F. Windows color (decimal): -5469709 or 15960492. OLE color: 15960492.

HSL color Cylindrical-coordinate representation of color #AC89F3: hue angle of 259.81º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC89F3 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172137243-
CMYK0.290.4400.05
HSL259.81º81.54%74.51%-
HSV(B)259.81º43.62%95.29%-
XYZ42.1433.1388.97-
YUV159.55175.1136.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 137 (53.91% from 255) = 24.82%
BLUE value IS 243 (95.31% from 255) = 44.02%
R=31.16%
G=24.82%
B=44.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721372430.290.4400.05259.8181.5474.51
HexAC89F31D2C05104524b
Octal254211363355405404122113
Binary10101100100010011111001111101101100010110000010010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89F3; }

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

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

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

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

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

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

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

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