#AC93EC

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

Shades of Biloba Flower #AC93EC

Tints of Biloba Flower #AC93EC

Color information

#AC93EC (or 0xAC93EC) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and EC. RGB value is (172,147,236). Sum of RGB (Red+Green+Blue) = 172+147+236=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC93EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93EC is #536C13. Grayscale: #A4A4A4. Windows color (decimal): -5467156 or 15504300. OLE color: 15504300.

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

Color convert

RGB172147236-
CMYK0.270.3800.07
HSL256.85º70.08%75.1%-
HSV(B)256.85º37.71%92.55%-
XYZ42.5935.6984-
YUV164.62168.28133.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=30.99%
G=26.49%
B=42.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1721472360.270.3800.07256.8570.0875.1
HexAC93EC1B2607101464b
Octal254223354334607401106113
Binary10101100100100111110110011011100110011110000000110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93EC; }

 p { color: rgb(172,147,236); }

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

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

 a { background-color: rgb(172,147,236); }

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

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

 span { border-color: rgb(172,147,236); }

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