#AC93E1

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

Shades of Biloba Flower #AC93E1

Tints of Biloba Flower #AC93E1

Color information

#AC93E1 (or 0xAC93E1) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and E1. RGB value is (172,147,225). Sum of RGB (Red+Green+Blue) = 172+147+225=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC93E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93E1 is #536C1E. Grayscale: #A3A3A3. Windows color (decimal): -5467167 or 14783404. OLE color: 14783404.

HSL color Cylindrical-coordinate representation of color #AC93E1: hue angle of 259.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC93E1 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB172147225-
CMYK0.240.3500.12
HSL259.23º56.52%72.94%-
HSV(B)259.23º34.67%88.24%-
XYZ41.0435.0775.84-
YUV163.37162.78134.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 147 (57.81% from 255) = 27.02%
BLUE value IS 225 (88.28% from 255) = 41.36%
R=31.62%
G=27.02%
B=41.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1721472250.240.3500.12259.2356.5272.94
HexAC93E118230C1033949
Octal254223341304301440371111
Binary10101100100100111110000111000100011011001000000111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93E1; }

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

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

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

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

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

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

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

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