#AC94E3

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

Shades of Biloba Flower #AC94E3

Tints of Biloba Flower #AC94E3

Color information

#AC94E3 (or 0xAC94E3) is unknown color: approx Biloba Flower. HEX triplet: AC, 94 and E3. RGB value is (172,148,227). Sum of RGB (Red+Green+Blue) = 172+148+227=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC94E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC94E3 is #536B1C. Grayscale: #A3A3A3. Windows color (decimal): -5466909 or 14914732. OLE color: 14914732.

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

Color convert

RGB172148227-
CMYK0.240.3500.11
HSL258.23º58.52%73.53%-
HSV(B)258.23º34.8%89.02%-
XYZ41.4735.577.34-
YUV164.18163.45133.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 227 (89.06% from 255) = 41.50%
R=31.44%
G=27.06%
B=41.50%

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
Decimal1721482270.240.3500.11258.2358.5273.53
HexAC94E318230B1023b4a
Octal254224343304301340273112
Binary10101100100101001110001111000100011010111000000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC94E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC94E3; }

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

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

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

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

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

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

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

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