#AC89E7

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

Shades of Biloba Flower #AC89E7

Tints of Biloba Flower #AC89E7

Color information

#AC89E7 (or 0xAC89E7) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and E7. RGB value is (172,137,231). Sum of RGB (Red+Green+Blue) = 172+137+231=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC89E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC89E7 is #537618. Grayscale: #9D9D9D. Windows color (decimal): -5469721 or 15174060. OLE color: 15174060.

HSL color Cylindrical-coordinate representation of color #AC89E7: hue angle of 262.34º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC89E7 is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172137231-
CMYK0.260.4100.09
HSL262.34º66.2%72.16%-
HSV(B)262.34º40.69%90.59%-
XYZ40.3832.4379.73-
YUV158.18169.1137.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 231 (90.62% from 255) = 42.78%
R=31.85%
G=25.37%
B=42.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721372310.260.4100.09262.3466.272.16
HexAC89E71A29091064248
Octal2542113473251011406102110
Binary101011001000100111100111110101010010100110000011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89E7; }

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

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

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

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

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

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

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

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