#AC9EF3

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

Shades of Biloba Flower #AC9EF3

Tints of Biloba Flower #AC9EF3

Color information

#AC9EF3 (or 0xAC9EF3) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and F3. RGB value is (172,158,243). Sum of RGB (Red+Green+Blue) = 172+158+243=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC9EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EF3 is #53610C. Grayscale: #ABABAB. Windows color (decimal): -5464333 or 15965868. OLE color: 15965868.

HSL color Cylindrical-coordinate representation of color #AC9EF3: hue angle of 249.88º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9EF3 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172158243-
CMYK0.290.3500.05
HSL249.88º77.98%78.63%-
HSV(B)249.88º34.98%95.29%-
XYZ45.4239.790.06-
YUV171.88168.14128.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 158 (62.11% from 255) = 27.57%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=30.02%
G=27.57%
B=42.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721582430.290.3500.05249.8877.9878.63
HexAC9EF31D2305fa4e4f
Octal254236363354305372116117
Binary1010110010011110111100111110110001101011111101010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EF3; }

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

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

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

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

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

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

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

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