#AC9BE7

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

Shades of Biloba Flower #AC9BE7

Tints of Biloba Flower #AC9BE7

Color information

#AC9BE7 (or 0xAC9BE7) is unknown color: approx Biloba Flower. HEX triplet: AC, 9B and E7. RGB value is (172,155,231). Sum of RGB (Red+Green+Blue) = 172+155+231=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC9BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9BE7 is #536418. Grayscale: #A8A8A8. Windows color (decimal): -5465113 or 15178668. OLE color: 15178668.

HSL color Cylindrical-coordinate representation of color #AC9BE7: hue angle of 253.42º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9BE7 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172155231-
CMYK0.260.3300.09
HSL253.42º61.29%75.69%-
HSV(B)253.42º32.9%90.59%-
XYZ43.1637.9880.66-
YUV168.75163.13130.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=30.82%
G=27.78%
B=41.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721552310.260.3300.09253.4261.2975.69
HexAC9BE71A2109fd3d4c
Octal254233347324101137575114
Binary1010110010011011111001111101010000101001111111011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9BE7; }

 p { color: rgb(172,155,231); }

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

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

 a { background-color: rgb(172,155,231); }

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

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

 span { border-color: rgb(172,155,231); }

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