#AC93E3

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

Shades of Biloba Flower #AC93E3

Tints of Biloba Flower #AC93E3

Color information

#AC93E3 (or 0xAC93E3) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and E3. RGB value is (172,147,227). Sum of RGB (Red+Green+Blue) = 172+147+227=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC93E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93E3 is #536C1C. Grayscale: #A3A3A3. Windows color (decimal): -5467165 or 14914476. OLE color: 14914476.

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

Color convert

RGB172147227-
CMYK0.240.3500.11
HSL258.75º58.82%73.33%-
HSV(B)258.75º35.24%89.02%-
XYZ41.3135.1877.29-
YUV163.59163.78134-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=31.50%
G=26.92%
B=41.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721472270.240.3500.11258.7558.8273.33
HexAC93E318230B1033b49
Octal254223343304301340373111
Binary10101100100100111110001111000100011010111000000111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93E3; }

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

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

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

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

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

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

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

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