#AC89DA

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

Shades of Biloba Flower #AC89DA

Tints of Biloba Flower #AC89DA

Color information

#AC89DA (or 0xAC89DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and DA. RGB value is (172,137,218). Sum of RGB (Red+Green+Blue) = 172+137+218=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC89DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89DA is #537625. Grayscale: #9C9C9C. Windows color (decimal): -5469734 or 14322092. OLE color: 14322092.

HSL color Cylindrical-coordinate representation of color #AC89DA: hue angle of 265.93º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC89DA is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172137218-
CMYK0.210.3700.15
HSL265.93º52.26%69.61%-
HSV(B)265.93º37.16%85.49%-
XYZ38.6131.7270.42-
YUV156.7162.6138.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 137 (53.91% from 255) = 26.00%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=32.64%
G=26.00%
B=41.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721372180.210.3700.15265.9352.2669.61
HexAC89DA15250F10a3446
Octal254211332254501741264106
Binary10101100100010011101101010101100101011111000010101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89DA; }

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

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

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

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

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

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

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

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