#AC9EFB

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

Shades of Biloba Flower #AC9EFB

Tints of Biloba Flower #AC9EFB

Color information

#AC9EFB (or 0xAC9EFB) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and FB. RGB value is (172,158,251). Sum of RGB (Red+Green+Blue) = 172+158+251=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9EFB is #536104. Grayscale: #ACACAC. Windows color (decimal): -5464325 or 16490156. OLE color: 16490156.

HSL color Cylindrical-coordinate representation of color #AC9EFB: hue angle of 249.03º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC9EFB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172158251-
CMYK0.310.3700.02
HSL249.03º92.08%80.2%-
HSV(B)249.03º37.05%98.43%-
XYZ46.6540.1996.57-
YUV172.79172.14127.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.60%
GREEN value IS 158 (62.11% from 255) = 27.19%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=29.60%
G=27.19%
B=43.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721582510.310.3700.02249.0392.0880.2
HexAC9EFB1F2502f95c50
Octal254236373374502371134120
Binary101011001001111011111011111111001010101111100110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EFB; }

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

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

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

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

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

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

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

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