#AC9EE3

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

Shades of Biloba Flower #AC9EE3

Tints of Biloba Flower #AC9EE3

Color information

#AC9EE3 (or 0xAC9EE3) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and E3. RGB value is (172,158,227). Sum of RGB (Red+Green+Blue) = 172+158+227=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC9EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EE3 is #53611C. Grayscale: #A9A9A9. Windows color (decimal): -5464349 or 14917292. OLE color: 14917292.

HSL color Cylindrical-coordinate representation of color #AC9EE3: hue angle of 252.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9EE3 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172158227-
CMYK0.240.3000.11
HSL252.17º55.2%75.49%-
HSV(B)252.17º30.4%89.02%-
XYZ43.1138.7777.88-
YUV170.05160.14129.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 227 (89.06% from 255) = 40.75%
R=30.88%
G=28.37%
B=40.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721582270.240.3000.11252.1755.275.49
HexAC9EE3181E0Bfc374b
Octal254236343303601337467113
Binary101011001001111011100011110001111001011111111001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EE3; }

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

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

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

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

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

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

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

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