#AC91ED

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

Shades of Biloba Flower #AC91ED

Tints of Biloba Flower #AC91ED

Color information

#AC91ED (or 0xAC91ED) is unknown color: approx Biloba Flower. HEX triplet: AC, 91 and ED. RGB value is (172,145,237). Sum of RGB (Red+Green+Blue) = 172+145+237=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC91ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91ED is #536E12. Grayscale: #A3A3A3. Windows color (decimal): -5467667 or 15569324. OLE color: 15569324.

HSL color Cylindrical-coordinate representation of color #AC91ED: hue angle of 257.61º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC91ED is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172145237-
CMYK0.270.3900.07
HSL257.61º71.88%74.9%-
HSV(B)257.61º38.82%92.94%-
XYZ42.4235.1484.67-
YUV163.56169.45134.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 145 (57.03% from 255) = 26.17%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=31.05%
G=26.17%
B=42.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721452370.270.3900.07257.6171.8874.9
HexAC91ED1B2707102484b
Octal254221355334707402110113
Binary10101100100100011110110111011100111011110000001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC91ED; }

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

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

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

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

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

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

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

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