#AC93F3

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

Shades of Biloba Flower #AC93F3

Tints of Biloba Flower #AC93F3

Color information

#AC93F3 (or 0xAC93F3) is unknown color: approx Biloba Flower. HEX triplet: AC, 93 and F3. RGB value is (172,147,243). Sum of RGB (Red+Green+Blue) = 172+147+243=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 243 (95.31% from 255 or 43.24% from 562); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC93F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC93F3 is #536C0C. Grayscale: #A5A5A5. Windows color (decimal): -5467149 or 15963052. OLE color: 15963052.

HSL color Cylindrical-coordinate representation of color #AC93F3: hue angle of 255.62º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC93F3 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172147243-
CMYK0.290.4000.05
HSL255.62º80%76.47%-
HSV(B)255.62º39.51%95.29%-
XYZ43.6236.1189.46-
YUV165.42171.78132.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 243 (95.31% from 255) = 43.24%
R=30.60%
G=26.16%
B=43.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721472430.290.4000.05255.628076.47
HexAC93F31D2805100504c
Octal254223363355005400120114
Binary10101100100100111111001111101101000010110000000010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC93F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC93F3; }

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

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

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

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

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

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

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

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