#AC89DC

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

Shades of Biloba Flower #AC89DC

Tints of Biloba Flower #AC89DC

Color information

#AC89DC (or 0xAC89DC) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and DC. RGB value is (172,137,220). Sum of RGB (Red+Green+Blue) = 172+137+220=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC89DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89DC is #537623. Grayscale: #9C9C9C. Windows color (decimal): -5469732 or 14453164. OLE color: 14453164.

HSL color Cylindrical-coordinate representation of color #AC89DC: hue angle of 265.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC89DC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172137220-
CMYK0.220.3800.14
HSL265.3º54.25%70%-
HSV(B)265.3º37.73%86.27%-
XYZ38.8831.8371.8-
YUV156.93163.6138.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=32.51%
G=25.90%
B=41.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721372200.220.3800.14265.354.2570
HexAC89DC16260E1093646
Octal254211334264601641166106
Binary10101100100010011101110010110100110011101000010011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89DC; }

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

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

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

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

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

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

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

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