#AC91DE

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

Shades of Biloba Flower #AC91DE

Tints of Biloba Flower #AC91DE

Color information

#AC91DE (or 0xAC91DE) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and DE. RGB value is (172,145,222). Sum of RGB (Red+Green+Blue) = 172+145+222=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC91DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DE is #536E21. Grayscale: #A1A1A1. Windows color (decimal): -5467682 or 14586284. OLE color: 14586284.

HSL color Cylindrical-coordinate representation of color #AC91DE: hue angle of 261.04º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC91DE is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172145222-
CMYK0.230.3500.13
HSL261.04º53.85%71.96%-
HSV(B)261.04º34.68%87.06%-
XYZ40.3234.373.6-
YUV161.85161.95135.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=31.91%
G=26.90%
B=41.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721452220.230.3500.13261.0453.8571.96
HexAC91DE17230D1053648
Octal254221336274301540566110
Binary10101100100100011101111010111100011011011000001011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91DE; }

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

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

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

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

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

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

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

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