#AC89E2

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

Shades of Biloba Flower #AC89E2

Tints of Biloba Flower #AC89E2

Color information

#AC89E2 (or 0xAC89E2) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and E2. RGB value is (172,137,226). Sum of RGB (Red+Green+Blue) = 172+137+226=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC89E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89E2 is #53761D. Grayscale: #9D9D9D. Windows color (decimal): -5469726 or 14846380. OLE color: 14846380.

HSL color Cylindrical-coordinate representation of color #AC89E2: hue angle of 263.6º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC89E2 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172137226-
CMYK0.240.3900.11
HSL263.6º60.54%71.18%-
HSV(B)263.6º39.38%88.63%-
XYZ39.6932.1576.07-
YUV157.61166.6138.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 137 (53.91% from 255) = 25.61%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=32.15%
G=25.61%
B=42.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721372260.240.3900.11263.660.5471.18
HexAC89E218270B1083d47
Octal254211342304701341075107
Binary10101100100010011110001011000100111010111000010001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89E2; }

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

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

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

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

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

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

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

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