#AC89FF

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

Shades of Biloba Flower #AC89FF

Tints of Biloba Flower #AC89FF

Color information

#AC89FF (or 0xAC89FF) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and FF. RGB value is (172,137,255). Sum of RGB (Red+Green+Blue) = 172+137+255=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89FF is #537600. Grayscale: #A0A0A0. Windows color (decimal): -5469697 or 16746924. OLE color: 16746924.

HSL color Cylindrical-coordinate representation of color #AC89FF: hue angle of 257.8º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC89FF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172137255-
CMYK0.330.4600
HSL257.8º100%76.86%-
HSV(B)257.8º46.27%100%-
XYZ44.0133.8898.83-
YUV160.92181.1135.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 255 (100% from 255) = 45.21%
R=30.50%
G=24.29%
B=45.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721372550.330.4600257.810076.86
HexAC89FF212E00102644d
Octal254211377415600402144115
Binary1010110010001001111111111000011011100010000001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89FF; }

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

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

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

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

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

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

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

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