#AC91DA

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

Shades of Biloba Flower #AC91DA

Tints of Biloba Flower #AC91DA

Color information

#AC91DA (or 0xAC91DA) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and DA. RGB value is (172,145,218). Sum of RGB (Red+Green+Blue) = 172+145+218=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC91DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DA is #536E25. Grayscale: #A1A1A1. Windows color (decimal): -5467686 or 14324140. OLE color: 14324140.

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

Color convert

RGB172145218-
CMYK0.210.3300.15
HSL262.19º49.66%71.18%-
HSV(B)262.19º33.49%85.49%-
XYZ39.7934.0870.81-
YUV161.4159.95135.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=32.15%
G=27.10%
B=40.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721452180.210.3300.15262.1949.6671.18
HexAC91DA15210F1063247
Octal254221332254101740662107
Binary10101100100100011101101010101100001011111000001101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91DA; }

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

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

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

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

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

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

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

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