#AC9EBE

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

Shades of Biloba Flower #AC9EBE

Tints of Biloba Flower #AC9EBE

Color information

#AC9EBE (or 0xAC9EBE) is unknown color: approx Biloba Flower. HEX triplet: AC, 9E and BE. RGB value is (172,158,190). Sum of RGB (Red+Green+Blue) = 172+158+190=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC9EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EBE is #536141. Grayscale: #A5A5A5. Windows color (decimal): -5464386 or 12492460. OLE color: 12492460.

HSL color Cylindrical-coordinate representation of color #AC9EBE: hue angle of 266.25º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AC9EBE is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172158190-
CMYK0.090.1700.25
HSL266.25º19.75%68.24%-
HSV(B)266.25º16.84%74.51%-
XYZ38.5336.9453.81-
YUV165.83141.64132.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.08%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=33.08%
G=30.38%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721581900.090.1700.25266.2519.7568.24
HexAC9EBE91101910a1444
Octal254236276112103141224104
Binary101011001001111010111110100110001011001100001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EBE; }

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

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

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

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

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

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

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

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