#AC90EB

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

Shades of Biloba Flower #AC90EB

Tints of Biloba Flower #AC90EB

Color information

#AC90EB (or 0xAC90EB) is unknown color: approx Biloba Flower. HEX triplet: AC, 90 and EB. RGB value is (172,144,235). Sum of RGB (Red+Green+Blue) = 172+144+235=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC90EB is #536F14. Grayscale: #A2A2A2. Windows color (decimal): -5467925 or 15437996. OLE color: 15437996.

HSL color Cylindrical-coordinate representation of color #AC90EB: hue angle of 258.46º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC90EB is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172144235-
CMYK0.270.3900.08
HSL258.46º69.47%74.31%-
HSV(B)258.46º38.72%92.16%-
XYZ41.9834.7283.09-
YUV162.75168.78134.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=31.22%
G=26.13%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721442350.270.3900.08258.4669.4774.31
HexAC90EB1B2708102454a
Octal2542203533347010402105112
Binary101011001001000011101011110111001110100010000001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90EB; }

 p { color: rgb(172,144,235); }

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

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

 a { background-color: rgb(172,144,235); }

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

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

 span { border-color: rgb(172,144,235); }

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