#AC93EA

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

Shades of Biloba Flower #AC93EA

Tints of Biloba Flower #AC93EA

Color information

#AC93EA (or 0xAC93EA) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and EA. RGB value is (172,147,234). Sum of RGB (Red+Green+Blue) = 172+147+234=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC93EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93EA is #536C15. Grayscale: #A4A4A4. Windows color (decimal): -5467158 or 15373228. OLE color: 15373228.

HSL color Cylindrical-coordinate representation of color #AC93EA: hue angle of 257.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC93EA is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172147234-
CMYK0.260.3700.08
HSL257.24º67.44%74.71%-
HSV(B)257.24º37.18%91.76%-
XYZ42.335.5882.48-
YUV164.39167.28133.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 147 (57.81% from 255) = 26.58%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=31.10%
G=26.58%
B=42.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1721472340.260.3700.08257.2467.4474.71
HexAC93EA1A2508101434b
Octal2542233523245010401103113
Binary101011001001001111101010110101001010100010000000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93EA; }

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

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

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

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

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

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

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

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