#AC89D0

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

Shades of Biloba Flower #AC89D0

Tints of Biloba Flower #AC89D0

Color information

#AC89D0 (or 0xAC89D0) is unknown color: approx Biloba Flower. HEX triplet: AC, 89 and D0. RGB value is (172,137,208). Sum of RGB (Red+Green+Blue) = 172+137+208=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC89D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC89D0 is #53762F. Grayscale: #9B9B9B. Windows color (decimal): -5469744 or 13666732. OLE color: 13666732.

HSL color Cylindrical-coordinate representation of color #AC89D0: hue angle of 269.58º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC89D0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172137208-
CMYK0.170.3400.18
HSL269.58º43.03%67.65%-
HSV(B)269.58º34.13%81.57%-
XYZ37.3431.2263.73-
YUV155.56157.6139.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=33.27%
G=26.50%
B=40.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721372080.170.3400.18269.5843.0367.65
HexAC89D0112201210e2b44
Octal254211320214202241653104
Binary101011001000100111010000100011000100100101000011101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC89D0; }

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

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

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

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

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

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

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

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