#AC91DB

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

Shades of Biloba Flower #AC91DB

Tints of Biloba Flower #AC91DB

Color information

#AC91DB (or 0xAC91DB) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and DB. RGB value is (172,145,219). Sum of RGB (Red+Green+Blue) = 172+145+219=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DB is #536E24. Grayscale: #A1A1A1. Windows color (decimal): -5467685 or 14389676. OLE color: 14389676.

HSL color Cylindrical-coordinate representation of color #AC91DB: hue angle of 261.89º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC91DB is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172145219-
CMYK0.210.3400.14
HSL261.89º50.68%71.37%-
HSV(B)261.89º33.79%85.88%-
XYZ39.9234.1471.5-
YUV161.51160.45135.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 145 (57.03% from 255) = 27.05%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=32.09%
G=27.05%
B=40.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721452190.210.3400.14261.8950.6871.37
HexAC91DB15220E1063347
Octal254221333254201640663107
Binary10101100100100011101101110101100010011101000001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91DB; }

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

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

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

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

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

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

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

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