#AC93E4

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

Shades of Biloba Flower #AC93E4

Tints of Biloba Flower #AC93E4

Color information

#AC93E4 (or 0xAC93E4) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and E4. RGB value is (172,147,228). Sum of RGB (Red+Green+Blue) = 172+147+228=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC93E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC93E4 is #536C1B. Grayscale: #A3A3A3. Windows color (decimal): -5467164 or 14980012. OLE color: 14980012.

HSL color Cylindrical-coordinate representation of color #AC93E4: hue angle of 258.52º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC93E4 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172147228-
CMYK0.250.3600.11
HSL258.52º60%73.53%-
HSV(B)258.52º35.53%89.41%-
XYZ41.4535.2478.02-
YUV163.71164.28133.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=31.44%
G=26.87%
B=41.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721472280.250.3600.11258.526073.53
HexAC93E419240B1033c4a
Octal254223344314401340374112
Binary10101100100100111110010011001100100010111000000111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93E4; }

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

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

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

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

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

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

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

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